Shades of Razzle Dazzle Rose #FC28C0
Tints of Razzle Dazzle Rose #FC28C0
RGB
CMYK
RGB Variations
Color information
#FC28C0 (or 0xFC28C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C0. RGB value is (252,40,192). Sum of RGB (Red+Green+Blue) = 252+40+192=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C0 is #03D73F. Grayscale: #787878. Windows color (decimal): -251712 or 12593404. OLE color: 12593404.
HSL color Cylindrical-coordinate representation of color #FC28C0: hue angle of 316.98º 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 #FC28C0 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 192 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.01 |
| HSL | 316.98º | 0.97% | 0.57% | - |
| HSV(B) | 316.98º | 0.84% | 0.99% | - |
| XYZ | 50.42 | 26.02 | 52.23 | - |
| YUV | 120.72 | 168.24 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 192 | 0 | 0.84 | 0.24 | 0.01 | 316.98 | 0.97 | 0.57 |
| Hex | FC | 28 | C0 | 0 | 54 | 18 | 1 | 13D | 61 | 39 |
| Octal | 374 | 50 | 300 | 0 | 124 | 30 | 1 | 475 | 141 | 71 |
| Binary | 11111100 | 101000 | 11000000 | 0 | 1010100 | 11000 | 1 | 100111101 | 1100001 | 111001 |
Color Harmonies of #FC28C0
Complementary color
Monochromatic Colors of #FC28C0
Black with #FC28C0
Text Example
Text Example
White with #FC28C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28C0; }
p { color: rgb(252,40,192); }
H1.HeaderClassName
{
color: #FC28C0;
}
.AnyTagClassName
{
color: #FC28C0;
}
</style>
background-color css
<style>
a { background-color: #FC28C0; }
a { background-color: rgb(252,40,192); }
div.DivClassName
{
background-color: #FC28C0;
}
.BgClassName
{
background-color: #FC28C0;
}
</style>
border-color css
<style>
span { border-color: #FC28C0; }
span { border-color: rgb(252,40,192); }
td.TdClassName
{
border-color: #FC28C0;
}
.TagClassName
{
border-color: #FC28C0;
}
</style>