Shades of Brink Pink #FC608C
Tints of Brink Pink #FC608C
RGB
CMYK
RGB Variations
Color information
#FC608C (or 0xFC608C) is known color: Brink Pink. HEX triplet: FC, 60 and 8C. RGB value is (252,96,140). Sum of RGB (Red+Green+Blue) = 252+96+140=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC608C is #039F73. Grayscale: #939393. Windows color (decimal): -237428 or 9199868. OLE color: 9199868.
HSL color Cylindrical-coordinate representation of color #FC608C: hue angle of 343.08º 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 #FC608C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 140 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.01 |
| HSL | 343.08º | 0.96% | 0.68% | - |
| HSV(B) | 343.08º | 0.62% | 0.99% | - |
| XYZ | 49.06 | 30.95 | 28.2 | - |
| YUV | 147.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 140 | 0 | 0.62 | 0.44 | 0.01 | 343.08 | 0.96 | 0.68 |
| Hex | FC | 60 | 8C | 0 | 3E | 2C | 1 | 157 | 60 | 44 |
| Octal | 374 | 140 | 214 | 0 | 76 | 54 | 1 | 527 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10001100 | 0 | 111110 | 101100 | 1 | 101010111 | 1100000 | 1000100 |
Color Harmonies of #FC608C
Complementary color
Monochromatic Colors of #FC608C
Black with #FC608C
Text Example
Text Example
White with #FC608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC608C; }
p { color: rgb(252,96,140); }
H1.HeaderClassName
{
color: #FC608C;
}
.AnyTagClassName
{
color: #FC608C;
}
</style>
background-color css
<style>
a { background-color: #FC608C; }
a { background-color: rgb(252,96,140); }
div.DivClassName
{
background-color: #FC608C;
}
.BgClassName
{
background-color: #FC608C;
}
</style>
border-color css
<style>
span { border-color: #FC608C; }
span { border-color: rgb(252,96,140); }
td.TdClassName
{
border-color: #FC608C;
}
.TagClassName
{
border-color: #FC608C;
}
</style>