Shades of Brilliant Rose #FC599C
Tints of Brilliant Rose #FC599C
RGB
CMYK
RGB Variations
Color information
#FC599C (or 0xFC599C) is known color: Brilliant Rose. HEX triplet: FC, 59 and 9C. RGB value is (252,89,156). Sum of RGB (Red+Green+Blue) = 252+89+156=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC599C is #03A663. Grayscale: #919191. Windows color (decimal): -239204 or 10246652. OLE color: 10246652.
HSL color Cylindrical-coordinate representation of color #FC599C: hue angle of 335.34º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC599C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 156 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.01 |
| HSL | 335.34º | 0.96% | 0.67% | - |
| HSV(B) | 335.34º | 0.65% | 0.99% | - |
| XYZ | 49.72 | 30.24 | 34.67 | - |
| YUV | 145.38 | 134 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 156 | 0 | 0.65 | 0.38 | 0.01 | 335.34 | 0.96 | 0.67 |
| Hex | FC | 59 | 9C | 0 | 41 | 26 | 1 | 14F | 60 | 43 |
| Octal | 374 | 131 | 234 | 0 | 101 | 46 | 1 | 517 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10011100 | 0 | 1000001 | 100110 | 1 | 101001111 | 1100000 | 1000011 |
Color Harmonies of #FC599C
Complementary color
Monochromatic Colors of #FC599C
Black with #FC599C
Text Example
Text Example
White with #FC599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC599C; }
p { color: rgb(252,89,156); }
H1.HeaderClassName
{
color: #FC599C;
}
.AnyTagClassName
{
color: #FC599C;
}
</style>
background-color css
<style>
a { background-color: #FC599C; }
a { background-color: rgb(252,89,156); }
div.DivClassName
{
background-color: #FC599C;
}
.BgClassName
{
background-color: #FC599C;
}
</style>
border-color css
<style>
span { border-color: #FC599C; }
span { border-color: rgb(252,89,156); }
td.TdClassName
{
border-color: #FC599C;
}
.TagClassName
{
border-color: #FC599C;
}
</style>