Shades of Brilliant Rose #FC52A8
Tints of Brilliant Rose #FC52A8
RGB
CMYK
RGB Variations
Color information
#FC52A8 (or 0xFC52A8) is known color: Brilliant Rose. HEX triplet: FC, 52 and A8. RGB value is (252,82,168). Sum of RGB (Red+Green+Blue) = 252+82+168=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC52A8 is #03AD57. Grayscale: #8E8E8E. Windows color (decimal): -240984 or 11031292. OLE color: 11031292.
HSL color Cylindrical-coordinate representation of color #FC52A8: hue angle of 329.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52A8 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 168 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.01 |
| HSL | 329.65º | 0.97% | 0.65% | - |
| HSV(B) | 329.65º | 0.67% | 0.99% | - |
| XYZ | 50.23 | 29.56 | 40.1 | - |
| YUV | 142.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 168 | 0 | 0.67 | 0.33 | 0.01 | 329.65 | 0.97 | 0.65 |
| Hex | FC | 52 | A8 | 0 | 43 | 21 | 1 | 14A | 61 | 41 |
| Octal | 374 | 122 | 250 | 0 | 103 | 41 | 1 | 512 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10101000 | 0 | 1000011 | 100001 | 1 | 101001010 | 1100001 | 1000001 |
Color Harmonies of #FC52A8
Complementary color
Monochromatic Colors of #FC52A8
Black with #FC52A8
Text Example
Text Example
White with #FC52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52A8; }
p { color: rgb(252,82,168); }
H1.HeaderClassName
{
color: #FC52A8;
}
.AnyTagClassName
{
color: #FC52A8;
}
</style>
background-color css
<style>
a { background-color: #FC52A8; }
a { background-color: rgb(252,82,168); }
div.DivClassName
{
background-color: #FC52A8;
}
.BgClassName
{
background-color: #FC52A8;
}
</style>
border-color css
<style>
span { border-color: #FC52A8; }
span { border-color: rgb(252,82,168); }
td.TdClassName
{
border-color: #FC52A8;
}
.TagClassName
{
border-color: #FC52A8;
}
</style>