Shades of Brilliant Rose #FC50A8
Tints of Brilliant Rose #FC50A8
RGB
CMYK
RGB Variations
Color information
#FC50A8 (or 0xFC50A8) is known color: Brilliant Rose. HEX triplet: FC, 50 and A8. RGB value is (252,80,168). Sum of RGB (Red+Green+Blue) = 252+80+168=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC50A8 is #03AF57. Grayscale: #8D8D8D. Windows color (decimal): -241496 or 11030780. OLE color: 11030780.
HSL color Cylindrical-coordinate representation of color #FC50A8: hue angle of 329.3º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50A8 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 168 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.01 |
| HSL | 329.3º | 0.97% | 0.65% | - |
| HSV(B) | 329.3º | 0.68% | 0.99% | - |
| XYZ | 50.08 | 29.26 | 40.05 | - |
| YUV | 141.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 168 | 0 | 0.68 | 0.33 | 0.01 | 329.3 | 0.97 | 0.65 |
| Hex | FC | 50 | A8 | 0 | 44 | 21 | 1 | 149 | 61 | 41 |
| Octal | 374 | 120 | 250 | 0 | 104 | 41 | 1 | 511 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10101000 | 0 | 1000100 | 100001 | 1 | 101001001 | 1100001 | 1000001 |
Color Harmonies of #FC50A8
Complementary color
Monochromatic Colors of #FC50A8
Black with #FC50A8
Text Example
Text Example
White with #FC50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50A8; }
p { color: rgb(252,80,168); }
H1.HeaderClassName
{
color: #FC50A8;
}
.AnyTagClassName
{
color: #FC50A8;
}
</style>
background-color css
<style>
a { background-color: #FC50A8; }
a { background-color: rgb(252,80,168); }
div.DivClassName
{
background-color: #FC50A8;
}
.BgClassName
{
background-color: #FC50A8;
}
</style>
border-color css
<style>
span { border-color: #FC50A8; }
span { border-color: rgb(252,80,168); }
td.TdClassName
{
border-color: #FC50A8;
}
.TagClassName
{
border-color: #FC50A8;
}
</style>