Shades of Razzle Dazzle Rose #FE33DF
Tints of Razzle Dazzle Rose #FE33DF
RGB
CMYK
RGB Variations
Color information
#FE33DF (or 0xFE33DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and DF. RGB value is (254,51,223). Sum of RGB (Red+Green+Blue) = 254+51+223=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 51 (20.31% from 255 or 9.66% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33DF is #01CC20. Grayscale: #828282. Windows color (decimal): -117793 or 14627838. OLE color: 14627838.
HSL color Cylindrical-coordinate representation of color #FE33DF: hue angle of 309.16º 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 #FE33DF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 223 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.00 |
| HSL | 309.16º | 0.99% | 0.6% | - |
| HSV(B) | 309.16º | 0.8% | 1% | - |
| XYZ | 55.38 | 28.77 | 72.45 | - |
| YUV | 131.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 223 | 0 | 0.80 | 0.12 | 0.00 | 309.16 | 0.99 | 0.6 |
| Hex | FE | 33 | DF | 0 | 50 | C | 0 | 135 | 63 | 3C |
| Octal | 376 | 63 | 337 | 0 | 120 | 14 | 0 | 465 | 143 | 74 |
| Binary | 11111110 | 110011 | 11011111 | 0 | 1010000 | 1100 | 0 | 100110101 | 1100011 | 111100 |
Color Harmonies of #FE33DF
Complementary color
Monochromatic Colors of #FE33DF
Black with #FE33DF
Text Example
Text Example
White with #FE33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33DF; }
p { color: rgb(254,51,223); }
H1.HeaderClassName
{
color: #FE33DF;
}
.AnyTagClassName
{
color: #FE33DF;
}
</style>
background-color css
<style>
a { background-color: #FE33DF; }
a { background-color: rgb(254,51,223); }
div.DivClassName
{
background-color: #FE33DF;
}
.BgClassName
{
background-color: #FE33DF;
}
</style>
border-color css
<style>
span { border-color: #FE33DF; }
span { border-color: rgb(254,51,223); }
td.TdClassName
{
border-color: #FE33DF;
}
.TagClassName
{
border-color: #FE33DF;
}
</style>