Shades of Brilliant Rose #FC5D9C
Tints of Brilliant Rose #FC5D9C
RGB
CMYK
RGB Variations
Color information
#FC5D9C (or 0xFC5D9C) is known color: Brilliant Rose. HEX triplet: FC, 5D and 9C. RGB value is (252,93,156). Sum of RGB (Red+Green+Blue) = 252+93+156=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D9C is #03A263. Grayscale: #939393. Windows color (decimal): -238180 or 10247676. OLE color: 10247676.
HSL color Cylindrical-coordinate representation of color #FC5D9C: hue angle of 336.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5D9C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 156 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.01 |
| HSL | 336.23º | 0.96% | 0.68% | - |
| HSV(B) | 336.23º | 0.63% | 0.99% | - |
| XYZ | 50.06 | 30.92 | 34.78 | - |
| YUV | 147.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 156 | 0 | 0.63 | 0.38 | 0.01 | 336.23 | 0.96 | 0.68 |
| Hex | FC | 5D | 9C | 0 | 3F | 26 | 1 | 150 | 60 | 44 |
| Octal | 374 | 135 | 234 | 0 | 77 | 46 | 1 | 520 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10011100 | 0 | 111111 | 100110 | 1 | 101010000 | 1100000 | 1000100 |
Color Harmonies of #FC5D9C
Complementary color
Monochromatic Colors of #FC5D9C
Black with #FC5D9C
Text Example
Text Example
White with #FC5D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D9C; }
p { color: rgb(252,93,156); }
H1.HeaderClassName
{
color: #FC5D9C;
}
.AnyTagClassName
{
color: #FC5D9C;
}
</style>
background-color css
<style>
a { background-color: #FC5D9C; }
a { background-color: rgb(252,93,156); }
div.DivClassName
{
background-color: #FC5D9C;
}
.BgClassName
{
background-color: #FC5D9C;
}
</style>
border-color css
<style>
span { border-color: #FC5D9C; }
span { border-color: rgb(252,93,156); }
td.TdClassName
{
border-color: #FC5D9C;
}
.TagClassName
{
border-color: #FC5D9C;
}
</style>