Shades of Razzle Dazzle Rose #FC33C0
Tints of Razzle Dazzle Rose #FC33C0
RGB
CMYK
RGB Variations
Color information
#FC33C0 (or 0xFC33C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and C0. RGB value is (252,51,192). Sum of RGB (Red+Green+Blue) = 252+51+192=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33C0 is #03CC3F. Grayscale: #7E7E7E. Windows color (decimal): -248896 or 12596220. OLE color: 12596220.
HSL color Cylindrical-coordinate representation of color #FC33C0: hue angle of 317.91º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC33C0 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 192 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.01 |
| HSL | 317.91º | 0.97% | 0.59% | - |
| HSV(B) | 317.91º | 0.8% | 0.99% | - |
| XYZ | 50.84 | 26.87 | 52.38 | - |
| YUV | 127.17 | 164.59 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 192 | 0 | 0.80 | 0.24 | 0.01 | 317.91 | 0.97 | 0.59 |
| Hex | FC | 33 | C0 | 0 | 50 | 18 | 1 | 13E | 61 | 3B |
| Octal | 374 | 63 | 300 | 0 | 120 | 30 | 1 | 476 | 141 | 73 |
| Binary | 11111100 | 110011 | 11000000 | 0 | 1010000 | 11000 | 1 | 100111110 | 1100001 | 111011 |
Color Harmonies of #FC33C0
Complementary color
Monochromatic Colors of #FC33C0
Black with #FC33C0
Text Example
Text Example
White with #FC33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33C0; }
p { color: rgb(252,51,192); }
H1.HeaderClassName
{
color: #FC33C0;
}
.AnyTagClassName
{
color: #FC33C0;
}
</style>
background-color css
<style>
a { background-color: #FC33C0; }
a { background-color: rgb(252,51,192); }
div.DivClassName
{
background-color: #FC33C0;
}
.BgClassName
{
background-color: #FC33C0;
}
</style>
border-color css
<style>
span { border-color: #FC33C0; }
span { border-color: rgb(252,51,192); }
td.TdClassName
{
border-color: #FC33C0;
}
.TagClassName
{
border-color: #FC33C0;
}
</style>