Shades of Razzle Dazzle Rose #FE33D6
Tints of Razzle Dazzle Rose #FE33D6
RGB
CMYK
RGB Variations
Color information
#FE33D6 (or 0xFE33D6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and D6. RGB value is (254,51,214). Sum of RGB (Red+Green+Blue) = 254+51+214=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33D6 is #01CC29. Grayscale: #818181. Windows color (decimal): -117802 or 14038014. OLE color: 14038014.
HSL color Cylindrical-coordinate representation of color #FE33D6: hue angle of 311.82º 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 #FE33D6 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 214 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.00 |
| HSL | 311.82º | 0.99% | 0.6% | - |
| HSV(B) | 311.82º | 0.8% | 1% | - |
| XYZ | 54.19 | 28.29 | 66.22 | - |
| YUV | 130.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 214 | 0 | 0.80 | 0.16 | 0.00 | 311.82 | 0.99 | 0.6 |
| Hex | FE | 33 | D6 | 0 | 50 | 10 | 0 | 138 | 63 | 3C |
| Octal | 376 | 63 | 326 | 0 | 120 | 20 | 0 | 470 | 143 | 74 |
| Binary | 11111110 | 110011 | 11010110 | 0 | 1010000 | 10000 | 0 | 100111000 | 1100011 | 111100 |
Color Harmonies of #FE33D6
Complementary color
Monochromatic Colors of #FE33D6
Black with #FE33D6
Text Example
Text Example
White with #FE33D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33D6; }
p { color: rgb(254,51,214); }
H1.HeaderClassName
{
color: #FE33D6;
}
.AnyTagClassName
{
color: #FE33D6;
}
</style>
background-color css
<style>
a { background-color: #FE33D6; }
a { background-color: rgb(254,51,214); }
div.DivClassName
{
background-color: #FE33D6;
}
.BgClassName
{
background-color: #FE33D6;
}
</style>
border-color css
<style>
span { border-color: #FE33D6; }
span { border-color: rgb(254,51,214); }
td.TdClassName
{
border-color: #FE33D6;
}
.TagClassName
{
border-color: #FE33D6;
}
</style>