Shades of Brilliant Rose #FC5D9B
Tints of Brilliant Rose #FC5D9B
RGB
CMYK
RGB Variations
Color information
#FC5D9B (or 0xFC5D9B) is known color: Brilliant Rose. HEX triplet: FC, 5D and 9B. RGB value is (252,93,155). Sum of RGB (Red+Green+Blue) = 252+93+155=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D9B is #03A264. Grayscale: #939393. Windows color (decimal): -238181 or 10182140. OLE color: 10182140.
HSL color Cylindrical-coordinate representation of color #FC5D9B: hue angle of 336.6º 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 #FC5D9B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 155 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.01 |
| HSL | 336.6º | 0.96% | 0.68% | - |
| HSV(B) | 336.6º | 0.63% | 0.99% | - |
| XYZ | 49.98 | 30.89 | 34.34 | - |
| YUV | 147.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 155 | 0 | 0.63 | 0.38 | 0.01 | 336.6 | 0.96 | 0.68 |
| Hex | FC | 5D | 9B | 0 | 3F | 26 | 1 | 151 | 60 | 44 |
| Octal | 374 | 135 | 233 | 0 | 77 | 46 | 1 | 521 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10011011 | 0 | 111111 | 100110 | 1 | 101010001 | 1100000 | 1000100 |
Color Harmonies of #FC5D9B
Complementary color
Monochromatic Colors of #FC5D9B
Black with #FC5D9B
Text Example
Text Example
White with #FC5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D9B; }
p { color: rgb(252,93,155); }
H1.HeaderClassName
{
color: #FC5D9B;
}
.AnyTagClassName
{
color: #FC5D9B;
}
</style>
background-color css
<style>
a { background-color: #FC5D9B; }
a { background-color: rgb(252,93,155); }
div.DivClassName
{
background-color: #FC5D9B;
}
.BgClassName
{
background-color: #FC5D9B;
}
</style>
border-color css
<style>
span { border-color: #FC5D9B; }
span { border-color: rgb(252,93,155); }
td.TdClassName
{
border-color: #FC5D9B;
}
.TagClassName
{
border-color: #FC5D9B;
}
</style>