Shades of Razzle Dazzle Rose #FE33CE
Tints of Razzle Dazzle Rose #FE33CE
RGB
CMYK
RGB Variations
Color information
#FE33CE (or 0xFE33CE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and CE. RGB value is (254,51,206). Sum of RGB (Red+Green+Blue) = 254+51+206=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33CE is #01CC31. Grayscale: #808080. Windows color (decimal): -117810 or 13513726. OLE color: 13513726.
HSL color Cylindrical-coordinate representation of color #FE33CE: hue angle of 314.19º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE33CE is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 206 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.00 |
| HSL | 314.19º | 0.99% | 0.6% | - |
| HSV(B) | 314.19º | 0.8% | 1% | - |
| XYZ | 53.2 | 27.89 | 60.97 | - |
| YUV | 129.37 | 171.25 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 206 | 0 | 0.80 | 0.19 | 0.00 | 314.19 | 0.99 | 0.6 |
| Hex | FE | 33 | CE | 0 | 50 | 13 | 0 | 13A | 63 | 3C |
| Octal | 376 | 63 | 316 | 0 | 120 | 23 | 0 | 472 | 143 | 74 |
| Binary | 11111110 | 110011 | 11001110 | 0 | 1010000 | 10011 | 0 | 100111010 | 1100011 | 111100 |
Color Harmonies of #FE33CE
Complementary color
Monochromatic Colors of #FE33CE
Black with #FE33CE
Text Example
Text Example
White with #FE33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33CE; }
p { color: rgb(254,51,206); }
H1.HeaderClassName
{
color: #FE33CE;
}
.AnyTagClassName
{
color: #FE33CE;
}
</style>
background-color css
<style>
a { background-color: #FE33CE; }
a { background-color: rgb(254,51,206); }
div.DivClassName
{
background-color: #FE33CE;
}
.BgClassName
{
background-color: #FE33CE;
}
</style>
border-color css
<style>
span { border-color: #FE33CE; }
span { border-color: rgb(254,51,206); }
td.TdClassName
{
border-color: #FE33CE;
}
.TagClassName
{
border-color: #FE33CE;
}
</style>