Shades of Razzle Dazzle Rose #FE33DA
Tints of Razzle Dazzle Rose #FE33DA
RGB
CMYK
RGB Variations
Color information
#FE33DA (or 0xFE33DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and DA. RGB value is (254,51,218). Sum of RGB (Red+Green+Blue) = 254+51+218=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33DA is #01CC25. Grayscale: #828282. Windows color (decimal): -117798 or 14300158. OLE color: 14300158.
HSL color Cylindrical-coordinate representation of color #FE33DA: hue angle of 310.64º 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 #FE33DA is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 218 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.00 |
| HSL | 310.64º | 0.99% | 0.6% | - |
| HSV(B) | 310.64º | 0.8% | 1% | - |
| XYZ | 54.71 | 28.5 | 68.95 | - |
| YUV | 130.74 | 177.25 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 218 | 0 | 0.80 | 0.14 | 0.00 | 310.64 | 0.99 | 0.6 |
| Hex | FE | 33 | DA | 0 | 50 | E | 0 | 137 | 63 | 3C |
| Octal | 376 | 63 | 332 | 0 | 120 | 16 | 0 | 467 | 143 | 74 |
| Binary | 11111110 | 110011 | 11011010 | 0 | 1010000 | 1110 | 0 | 100110111 | 1100011 | 111100 |
Color Harmonies of #FE33DA
Complementary color
Monochromatic Colors of #FE33DA
Black with #FE33DA
Text Example
Text Example
White with #FE33DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33DA; }
p { color: rgb(254,51,218); }
H1.HeaderClassName
{
color: #FE33DA;
}
.AnyTagClassName
{
color: #FE33DA;
}
</style>
background-color css
<style>
a { background-color: #FE33DA; }
a { background-color: rgb(254,51,218); }
div.DivClassName
{
background-color: #FE33DA;
}
.BgClassName
{
background-color: #FE33DA;
}
</style>
border-color css
<style>
span { border-color: #FE33DA; }
span { border-color: rgb(254,51,218); }
td.TdClassName
{
border-color: #FE33DA;
}
.TagClassName
{
border-color: #FE33DA;
}
</style>