Shades of Razzle Dazzle Rose #FD33EC
Tints of Razzle Dazzle Rose #FD33EC
RGB
CMYK
RGB Variations
Color information
#FD33EC (or 0xFD33EC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and EC. RGB value is (253,51,236). Sum of RGB (Red+Green+Blue) = 253+51+236=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 51 (20.31% from 255 or 9.44% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD33EC is #02CC13. Grayscale: #838383. Windows color (decimal): -183316 or 15479805. OLE color: 15479805.
HSL color Cylindrical-coordinate representation of color #FD33EC: hue angle of 305.05º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33EC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 236 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.01 |
| HSL | 305.05º | 0.98% | 0.6% | - |
| HSV(B) | 305.05º | 0.8% | 0.99% | - |
| XYZ | 56.83 | 29.31 | 82.02 | - |
| YUV | 132.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 236 | 0 | 0.80 | 0.07 | 0.01 | 305.05 | 0.98 | 0.6 |
| Hex | FD | 33 | EC | 0 | 50 | 7 | 1 | 131 | 62 | 3C |
| Octal | 375 | 63 | 354 | 0 | 120 | 7 | 1 | 461 | 142 | 74 |
| Binary | 11111101 | 110011 | 11101100 | 0 | 1010000 | 111 | 1 | 100110001 | 1100010 | 111100 |
Color Harmonies of #FD33EC
Complementary color
Monochromatic Colors of #FD33EC
Black with #FD33EC
Text Example
Text Example
White with #FD33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD33EC; }
p { color: rgb(253,51,236); }
H1.HeaderClassName
{
color: #FD33EC;
}
.AnyTagClassName
{
color: #FD33EC;
}
</style>
background-color css
<style>
a { background-color: #FD33EC; }
a { background-color: rgb(253,51,236); }
div.DivClassName
{
background-color: #FD33EC;
}
.BgClassName
{
background-color: #FD33EC;
}
</style>
border-color css
<style>
span { border-color: #FD33EC; }
span { border-color: rgb(253,51,236); }
td.TdClassName
{
border-color: #FD33EC;
}
.TagClassName
{
border-color: #FD33EC;
}
</style>