Shades of Brilliant Rose #FC5696
Tints of Brilliant Rose #FC5696
RGB
CMYK
RGB Variations
Color information
#FC5696 (or 0xFC5696) is known color: Brilliant Rose. HEX triplet: FC, 56 and 96. RGB value is (252,86,150). Sum of RGB (Red+Green+Blue) = 252+86+150=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5696 is #03A969. Grayscale: #8E8E8E. Windows color (decimal): -239978 or 9852668. OLE color: 9852668.
HSL color Cylindrical-coordinate representation of color #FC5696: hue angle of 336.87º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC5696 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 150 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.01 |
| HSL | 336.87º | 0.97% | 0.66% | - |
| HSV(B) | 336.87º | 0.66% | 0.99% | - |
| XYZ | 48.98 | 29.55 | 31.98 | - |
| YUV | 142.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 150 | 0 | 0.66 | 0.40 | 0.01 | 336.87 | 0.97 | 0.66 |
| Hex | FC | 56 | 96 | 0 | 42 | 28 | 1 | 151 | 61 | 42 |
| Octal | 374 | 126 | 226 | 0 | 102 | 50 | 1 | 521 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10010110 | 0 | 1000010 | 101000 | 1 | 101010001 | 1100001 | 1000010 |
Color Harmonies of #FC5696
Complementary color
Monochromatic Colors of #FC5696
Black with #FC5696
Text Example
Text Example
White with #FC5696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5696; }
p { color: rgb(252,86,150); }
H1.HeaderClassName
{
color: #FC5696;
}
.AnyTagClassName
{
color: #FC5696;
}
</style>
background-color css
<style>
a { background-color: #FC5696; }
a { background-color: rgb(252,86,150); }
div.DivClassName
{
background-color: #FC5696;
}
.BgClassName
{
background-color: #FC5696;
}
</style>
border-color css
<style>
span { border-color: #FC5696; }
span { border-color: rgb(252,86,150); }
td.TdClassName
{
border-color: #FC5696;
}
.TagClassName
{
border-color: #FC5696;
}
</style>