Shades of Razzle Dazzle Rose #FE33EF
Tints of Razzle Dazzle Rose #FE33EF
RGB
CMYK
RGB Variations
Color information
#FE33EF (or 0xFE33EF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and EF. RGB value is (254,51,239). Sum of RGB (Red+Green+Blue) = 254+51+239=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 51 (20.31% from 255 or 9.38% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE33EF is #01CC10. Grayscale: #848484. Windows color (decimal): -117777 or 15676414. OLE color: 15676414.
HSL color Cylindrical-coordinate representation of color #FE33EF: hue angle of 304.43º 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 #FE33EF is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 239 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.00 |
| HSL | 304.43º | 0.99% | 0.6% | - |
| HSV(B) | 304.43º | 0.8% | 1% | - |
| XYZ | 57.64 | 29.67 | 84.35 | - |
| YUV | 133.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 239 | 0 | 0.80 | 0.06 | 0.00 | 304.43 | 0.99 | 0.6 |
| Hex | FE | 33 | EF | 0 | 50 | 6 | 0 | 130 | 63 | 3C |
| Octal | 376 | 63 | 357 | 0 | 120 | 6 | 0 | 460 | 143 | 74 |
| Binary | 11111110 | 110011 | 11101111 | 0 | 1010000 | 110 | 0 | 100110000 | 1100011 | 111100 |
Color Harmonies of #FE33EF
Complementary color
Monochromatic Colors of #FE33EF
Black with #FE33EF
Text Example
Text Example
White with #FE33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33EF; }
p { color: rgb(254,51,239); }
H1.HeaderClassName
{
color: #FE33EF;
}
.AnyTagClassName
{
color: #FE33EF;
}
</style>
background-color css
<style>
a { background-color: #FE33EF; }
a { background-color: rgb(254,51,239); }
div.DivClassName
{
background-color: #FE33EF;
}
.BgClassName
{
background-color: #FE33EF;
}
</style>
border-color css
<style>
span { border-color: #FE33EF; }
span { border-color: rgb(254,51,239); }
td.TdClassName
{
border-color: #FE33EF;
}
.TagClassName
{
border-color: #FE33EF;
}
</style>