Shades of Razzle Dazzle Rose #FE32ED
Tints of Razzle Dazzle Rose #FE32ED
RGB
CMYK
RGB Variations
Color information
#FE32ED (or 0xFE32ED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and ED. RGB value is (254,50,237). Sum of RGB (Red+Green+Blue) = 254+50+237=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE32ED is #01CD12. Grayscale: #838383. Windows color (decimal): -118035 or 15545086. OLE color: 15545086.
HSL color Cylindrical-coordinate representation of color #FE32ED: hue angle of 305º 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 #FE32ED is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 237 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.00 |
| HSL | 305º | 0.99% | 0.6% | - |
| HSV(B) | 305º | 0.8% | 1% | - |
| XYZ | 57.3 | 29.47 | 82.79 | - |
| YUV | 132.31 | 187.09 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 237 | 0 | 0.80 | 0.07 | 0.00 | 305 | 0.99 | 0.6 |
| Hex | FE | 32 | ED | 0 | 50 | 7 | 0 | 131 | 63 | 3C |
| Octal | 376 | 62 | 355 | 0 | 120 | 7 | 0 | 461 | 143 | 74 |
| Binary | 11111110 | 110010 | 11101101 | 0 | 1010000 | 111 | 0 | 100110001 | 1100011 | 111100 |
Color Harmonies of #FE32ED
Complementary color
Monochromatic Colors of #FE32ED
Black with #FE32ED
Text Example
Text Example
White with #FE32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32ED; }
p { color: rgb(254,50,237); }
H1.HeaderClassName
{
color: #FE32ED;
}
.AnyTagClassName
{
color: #FE32ED;
}
</style>
background-color css
<style>
a { background-color: #FE32ED; }
a { background-color: rgb(254,50,237); }
div.DivClassName
{
background-color: #FE32ED;
}
.BgClassName
{
background-color: #FE32ED;
}
</style>
border-color css
<style>
span { border-color: #FE32ED; }
span { border-color: rgb(254,50,237); }
td.TdClassName
{
border-color: #FE32ED;
}
.TagClassName
{
border-color: #FE32ED;
}
</style>