#FC608F

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

Shades of Brink Pink #FC608F

Tints of Brink Pink #FC608F

Color information

#FC608F (or 0xFC608F) is unknown color: approx Brink Pink. HEX triplet: FC, 60 and 8F. RGB value is (252,96,143). Sum of RGB (Red+Green+Blue) = 252+96+143=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC608F is #039F70. Grayscale: #939393. Windows color (decimal): -237425 or 9396476. OLE color: 9396476.

HSL color Cylindrical-coordinate representation of color #FC608F: hue angle of 341.92º 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 #FC608F is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB25296143-
CMYK00.620.430.01
HSL341.92º96.3%68.24%-
HSV(B)341.92º61.9%98.82%-
XYZ49.2931.0429.38-
YUV148125.18202.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=51.32%
G=19.55%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529614300.620.430.01341.9296.368.24
HexFC608F03E2B11566044
Octal374140217076531526140104
Binary111111001100000100011110111110101011110101011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC608F; }

 p { color: rgb(252,96,143); }

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

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

 a { background-color: rgb(252,96,143); }

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

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

 span { border-color: rgb(252,96,143); }

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