Shades of Brilliant Rose #FC5CA8
Tints of Brilliant Rose #FC5CA8
RGB
CMYK
RGB Variations
Color information
#FC5CA8 (or 0xFC5CA8) is known color: Brilliant Rose. HEX triplet: FC, 5C and A8. RGB value is (252,92,168). Sum of RGB (Red+Green+Blue) = 252+92+168=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CA8 is #03A357. Grayscale: #949494. Windows color (decimal): -238424 or 11033852. OLE color: 11033852.
HSL color Cylindrical-coordinate representation of color #FC5CA8: hue angle of 331.5º 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 #FC5CA8 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 168 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.01 |
| HSL | 331.5º | 0.96% | 0.67% | - |
| HSV(B) | 331.5º | 0.63% | 0.99% | - |
| XYZ | 51.04 | 31.18 | 40.37 | - |
| YUV | 148.5 | 139.01 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 168 | 0 | 0.63 | 0.33 | 0.01 | 331.5 | 0.96 | 0.67 |
| Hex | FC | 5C | A8 | 0 | 3F | 21 | 1 | 14C | 60 | 43 |
| Octal | 374 | 134 | 250 | 0 | 77 | 41 | 1 | 514 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10101000 | 0 | 111111 | 100001 | 1 | 101001100 | 1100000 | 1000011 |
Color Harmonies of #FC5CA8
Complementary color
Monochromatic Colors of #FC5CA8
Black with #FC5CA8
Text Example
Text Example
White with #FC5CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CA8; }
p { color: rgb(252,92,168); }
H1.HeaderClassName
{
color: #FC5CA8;
}
.AnyTagClassName
{
color: #FC5CA8;
}
</style>
background-color css
<style>
a { background-color: #FC5CA8; }
a { background-color: rgb(252,92,168); }
div.DivClassName
{
background-color: #FC5CA8;
}
.BgClassName
{
background-color: #FC5CA8;
}
</style>
border-color css
<style>
span { border-color: #FC5CA8; }
span { border-color: rgb(252,92,168); }
td.TdClassName
{
border-color: #FC5CA8;
}
.TagClassName
{
border-color: #FC5CA8;
}
</style>