Shades of Brilliant Rose #FC52B8
Tints of Brilliant Rose #FC52B8
RGB
CMYK
RGB Variations
Color information
#FC52B8 (or 0xFC52B8) is known color: Brilliant Rose. HEX triplet: FC, 52 and B8. RGB value is (252,82,184). Sum of RGB (Red+Green+Blue) = 252+82+184=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52B8 is #03AD47. Grayscale: #909090. Windows color (decimal): -240968 or 12079868. OLE color: 12079868.
HSL color Cylindrical-coordinate representation of color #FC52B8: hue angle of 324º 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 #FC52B8 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 184 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.01 |
| HSL | 324º | 0.97% | 0.65% | - |
| HSV(B) | 324º | 0.67% | 0.99% | - |
| XYZ | 51.81 | 30.19 | 48.44 | - |
| YUV | 144.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 184 | 0 | 0.67 | 0.27 | 0.01 | 324 | 0.97 | 0.65 |
| Hex | FC | 52 | B8 | 0 | 43 | 1B | 1 | 144 | 61 | 41 |
| Octal | 374 | 122 | 270 | 0 | 103 | 33 | 1 | 504 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10111000 | 0 | 1000011 | 11011 | 1 | 101000100 | 1100001 | 1000001 |
Color Harmonies of #FC52B8
Complementary color
Monochromatic Colors of #FC52B8
Black with #FC52B8
Text Example
Text Example
White with #FC52B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52B8; }
p { color: rgb(252,82,184); }
H1.HeaderClassName
{
color: #FC52B8;
}
.AnyTagClassName
{
color: #FC52B8;
}
</style>
background-color css
<style>
a { background-color: #FC52B8; }
a { background-color: rgb(252,82,184); }
div.DivClassName
{
background-color: #FC52B8;
}
.BgClassName
{
background-color: #FC52B8;
}
</style>
border-color css
<style>
span { border-color: #FC52B8; }
span { border-color: rgb(252,82,184); }
td.TdClassName
{
border-color: #FC52B8;
}
.TagClassName
{
border-color: #FC52B8;
}
</style>