Shades of Razzle Dazzle Rose #FC33F2
Tints of Razzle Dazzle Rose #FC33F2
RGB
CMYK
RGB Variations
Color information
#FC33F2 (or 0xFC33F2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and F2. RGB value is (252,51,242). Sum of RGB (Red+Green+Blue) = 252+51+242=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 51 (20.31% from 255 or 9.36% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33F2 is #03CC0D. Grayscale: #848484. Windows color (decimal): -248846 or 15873020. OLE color: 15873020.
HSL color Cylindrical-coordinate representation of color #FC33F2: hue angle of 302.99º 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 #FC33F2 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 242 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.01 |
| HSL | 302.99º | 0.97% | 0.59% | - |
| HSV(B) | 302.99º | 0.8% | 0.99% | - |
| XYZ | 57.36 | 29.47 | 86.67 | - |
| YUV | 132.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 242 | 0 | 0.80 | 0.04 | 0.01 | 302.99 | 0.97 | 0.59 |
| Hex | FC | 33 | F2 | 0 | 50 | 4 | 1 | 12F | 61 | 3B |
| Octal | 374 | 63 | 362 | 0 | 120 | 4 | 1 | 457 | 141 | 73 |
| Binary | 11111100 | 110011 | 11110010 | 0 | 1010000 | 100 | 1 | 100101111 | 1100001 | 111011 |
Color Harmonies of #FC33F2
Complementary color
Monochromatic Colors of #FC33F2
Black with #FC33F2
Text Example
Text Example
White with #FC33F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33F2; }
p { color: rgb(252,51,242); }
H1.HeaderClassName
{
color: #FC33F2;
}
.AnyTagClassName
{
color: #FC33F2;
}
</style>
background-color css
<style>
a { background-color: #FC33F2; }
a { background-color: rgb(252,51,242); }
div.DivClassName
{
background-color: #FC33F2;
}
.BgClassName
{
background-color: #FC33F2;
}
</style>
border-color css
<style>
span { border-color: #FC33F2; }
span { border-color: rgb(252,51,242); }
td.TdClassName
{
border-color: #FC33F2;
}
.TagClassName
{
border-color: #FC33F2;
}
</style>