Shades of Brilliant Rose #FC5C9E
Tints of Brilliant Rose #FC5C9E
RGB
CMYK
RGB Variations
Color information
#FC5C9E (or 0xFC5C9E) is known color: Brilliant Rose. HEX triplet: FC, 5C and 9E. RGB value is (252,92,158). Sum of RGB (Red+Green+Blue) = 252+92+158=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C9E is #03A361. Grayscale: #939393. Windows color (decimal): -238434 or 10378492. OLE color: 10378492.
HSL color Cylindrical-coordinate representation of color #FC5C9E: hue angle of 335.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C9E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 158 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.01 |
| HSL | 335.25º | 0.96% | 0.67% | - |
| HSV(B) | 335.25º | 0.63% | 0.99% | - |
| XYZ | 50.14 | 30.82 | 35.65 | - |
| YUV | 147.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 158 | 0 | 0.63 | 0.37 | 0.01 | 335.25 | 0.96 | 0.67 |
| Hex | FC | 5C | 9E | 0 | 3F | 25 | 1 | 14F | 60 | 43 |
| Octal | 374 | 134 | 236 | 0 | 77 | 45 | 1 | 517 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10011110 | 0 | 111111 | 100101 | 1 | 101001111 | 1100000 | 1000011 |
Color Harmonies of #FC5C9E
Complementary color
Monochromatic Colors of #FC5C9E
Black with #FC5C9E
Text Example
Text Example
White with #FC5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C9E; }
p { color: rgb(252,92,158); }
H1.HeaderClassName
{
color: #FC5C9E;
}
.AnyTagClassName
{
color: #FC5C9E;
}
</style>
background-color css
<style>
a { background-color: #FC5C9E; }
a { background-color: rgb(252,92,158); }
div.DivClassName
{
background-color: #FC5C9E;
}
.BgClassName
{
background-color: #FC5C9E;
}
</style>
border-color css
<style>
span { border-color: #FC5C9E; }
span { border-color: rgb(252,92,158); }
td.TdClassName
{
border-color: #FC5C9E;
}
.TagClassName
{
border-color: #FC5C9E;
}
</style>