#FC6192

Color #FC6192 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FC6192

Tints of Brink Pink #FC6192

Color information

#FC6192 (or 0xFC6192) is unknown color: approx Brink Pink. HEX triplet: FC, 61 and 92. RGB value is (252,97,146). Sum of RGB (Red+Green+Blue) = 252+97+146=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6192 is #039E6D. Grayscale: #949494. Windows color (decimal): -237166 or 9593340. OLE color: 9593340.

HSL color Cylindrical-coordinate representation of color #FC6192: hue angle of 341.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6192 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB25297146-
CMYK00.620.420.01
HSL341.03º96.27%68.43%-
HSV(B)341.03º61.51%98.82%-
XYZ49.6131.3230.62-
YUV148.93126.35201.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=50.91%
G=19.60%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529714600.620.420.01341.0396.2768.43
HexFC619203E2A11556044
Octal374141222076521525140104
Binary111111001100001100100100111110101010110101010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6192; }

 p { color: rgb(252,97,146); }

 H1.HeaderClassName
 {
   color: #FC6192;
 }
 .AnyTagClassName
 {
   color: #FC6192;
 }
</style>
background-color css

<style>
 a { background-color: #FC6192; }

 a { background-color: rgb(252,97,146); }

 div.DivClassName
 {
   background-color: #FC6192;
 }
 .BgClassName
 {
   background-color: #FC6192;
 }
</style>
border-color css

<style>
 span { border-color: #FC6192; }

 span { border-color: rgb(252,97,146); }

 td.TdClassName
 {
   border-color: #FC6192;
 }
 .TagClassName
 {
   border-color: #FC6192;
 }
</style>