Shades of Razzle Dazzle Rose #FC28C9
Tints of Razzle Dazzle Rose #FC28C9
RGB
CMYK
RGB Variations
Color information
#FC28C9 (or 0xFC28C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C9. RGB value is (252,40,201). Sum of RGB (Red+Green+Blue) = 252+40+201=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C9 is #03D736. Grayscale: #797979. Windows color (decimal): -251703 or 13183228. OLE color: 13183228.
HSL color Cylindrical-coordinate representation of color #FC28C9: hue angle of 314.43º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28C9 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 201 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.01 |
| HSL | 314.43º | 0.97% | 0.57% | - |
| HSV(B) | 314.43º | 0.84% | 0.99% | - |
| XYZ | 51.45 | 26.43 | 57.65 | - |
| YUV | 121.74 | 172.74 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 201 | 0 | 0.84 | 0.20 | 0.01 | 314.43 | 0.97 | 0.57 |
| Hex | FC | 28 | C9 | 0 | 54 | 14 | 1 | 13A | 61 | 39 |
| Octal | 374 | 50 | 311 | 0 | 124 | 24 | 1 | 472 | 141 | 71 |
| Binary | 11111100 | 101000 | 11001001 | 0 | 1010100 | 10100 | 1 | 100111010 | 1100001 | 111001 |
Color Harmonies of #FC28C9
Complementary color
Monochromatic Colors of #FC28C9
Black with #FC28C9
Text Example
Text Example
White with #FC28C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28C9; }
p { color: rgb(252,40,201); }
H1.HeaderClassName
{
color: #FC28C9;
}
.AnyTagClassName
{
color: #FC28C9;
}
</style>
background-color css
<style>
a { background-color: #FC28C9; }
a { background-color: rgb(252,40,201); }
div.DivClassName
{
background-color: #FC28C9;
}
.BgClassName
{
background-color: #FC28C9;
}
</style>
border-color css
<style>
span { border-color: #FC28C9; }
span { border-color: rgb(252,40,201); }
td.TdClassName
{
border-color: #FC28C9;
}
.TagClassName
{
border-color: #FC28C9;
}
</style>