Shades of Razzle Dazzle Rose #FC33E5
Tints of Razzle Dazzle Rose #FC33E5
RGB
CMYK
RGB Variations
Color information
#FC33E5 (or 0xFC33E5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and E5. RGB value is (252,51,229). Sum of RGB (Red+Green+Blue) = 252+51+229=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 51 (20.31% from 255 or 9.59% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33E5 is #03CC1A. Grayscale: #828282. Windows color (decimal): -248859 or 15021052. OLE color: 15021052.
HSL color Cylindrical-coordinate representation of color #FC33E5: hue angle of 306.87º 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 #FC33E5 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 229 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.01 |
| HSL | 306.87º | 0.97% | 0.59% | - |
| HSV(B) | 306.87º | 0.8% | 0.99% | - |
| XYZ | 55.47 | 28.72 | 76.75 | - |
| YUV | 131.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 229 | 0 | 0.80 | 0.09 | 0.01 | 306.87 | 0.97 | 0.59 |
| Hex | FC | 33 | E5 | 0 | 50 | 9 | 1 | 133 | 61 | 3B |
| Octal | 374 | 63 | 345 | 0 | 120 | 11 | 1 | 463 | 141 | 73 |
| Binary | 11111100 | 110011 | 11100101 | 0 | 1010000 | 1001 | 1 | 100110011 | 1100001 | 111011 |
Color Harmonies of #FC33E5
Complementary color
Monochromatic Colors of #FC33E5
Black with #FC33E5
Text Example
Text Example
White with #FC33E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33E5; }
p { color: rgb(252,51,229); }
H1.HeaderClassName
{
color: #FC33E5;
}
.AnyTagClassName
{
color: #FC33E5;
}
</style>
background-color css
<style>
a { background-color: #FC33E5; }
a { background-color: rgb(252,51,229); }
div.DivClassName
{
background-color: #FC33E5;
}
.BgClassName
{
background-color: #FC33E5;
}
</style>
border-color css
<style>
span { border-color: #FC33E5; }
span { border-color: rgb(252,51,229); }
td.TdClassName
{
border-color: #FC33E5;
}
.TagClassName
{
border-color: #FC33E5;
}
</style>