Shades of Razzle Dazzle Rose #FC28C2
Tints of Razzle Dazzle Rose #FC28C2
RGB
CMYK
RGB Variations
Color information
#FC28C2 (or 0xFC28C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C2. RGB value is (252,40,194). Sum of RGB (Red+Green+Blue) = 252+40+194=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C2 is #03D73D. Grayscale: #787878. Windows color (decimal): -251710 or 12724476. OLE color: 12724476.
HSL color Cylindrical-coordinate representation of color #FC28C2: hue angle of 316.42º 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 #FC28C2 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 194 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.01 |
| HSL | 316.42º | 0.97% | 0.57% | - |
| HSV(B) | 316.42º | 0.84% | 0.99% | - |
| XYZ | 50.64 | 26.11 | 53.41 | - |
| YUV | 120.94 | 169.24 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 194 | 0 | 0.84 | 0.23 | 0.01 | 316.42 | 0.97 | 0.57 |
| Hex | FC | 28 | C2 | 0 | 54 | 17 | 1 | 13C | 61 | 39 |
| Octal | 374 | 50 | 302 | 0 | 124 | 27 | 1 | 474 | 141 | 71 |
| Binary | 11111100 | 101000 | 11000010 | 0 | 1010100 | 10111 | 1 | 100111100 | 1100001 | 111001 |
Color Harmonies of #FC28C2
Complementary color
Monochromatic Colors of #FC28C2
Black with #FC28C2
Text Example
Text Example
White with #FC28C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28C2; }
p { color: rgb(252,40,194); }
H1.HeaderClassName
{
color: #FC28C2;
}
.AnyTagClassName
{
color: #FC28C2;
}
</style>
background-color css
<style>
a { background-color: #FC28C2; }
a { background-color: rgb(252,40,194); }
div.DivClassName
{
background-color: #FC28C2;
}
.BgClassName
{
background-color: #FC28C2;
}
</style>
border-color css
<style>
span { border-color: #FC28C2; }
span { border-color: rgb(252,40,194); }
td.TdClassName
{
border-color: #FC28C2;
}
.TagClassName
{
border-color: #FC28C2;
}
</style>