Shades of Razzle Dazzle Rose #FE32F8
Tints of Razzle Dazzle Rose #FE32F8
RGB
CMYK
RGB Variations
Color information
#FE32F8 (or 0xFE32F8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and F8. RGB value is (254,50,248). Sum of RGB (Red+Green+Blue) = 254+50+248=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 50 (19.92% from 255 or 9.06% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE32F8 is #01CD07. Grayscale: #848484. Windows color (decimal): -118024 or 16265982. OLE color: 16265982.
HSL color Cylindrical-coordinate representation of color #FE32F8: hue angle of 301.76º 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 #FE32F8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 248 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.00 |
| HSL | 301.76º | 0.99% | 0.6% | - |
| HSV(B) | 301.76º | 0.8% | 1% | - |
| XYZ | 58.96 | 30.13 | 91.52 | - |
| YUV | 133.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 248 | 0 | 0.80 | 0.02 | 0.00 | 301.76 | 0.99 | 0.6 |
| Hex | FE | 32 | F8 | 0 | 50 | 2 | 0 | 12E | 63 | 3C |
| Octal | 376 | 62 | 370 | 0 | 120 | 2 | 0 | 456 | 143 | 74 |
| Binary | 11111110 | 110010 | 11111000 | 0 | 1010000 | 10 | 0 | 100101110 | 1100011 | 111100 |
Color Harmonies of #FE32F8
Complementary color
Monochromatic Colors of #FE32F8
Black with #FE32F8
Text Example
Text Example
White with #FE32F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32F8; }
p { color: rgb(254,50,248); }
H1.HeaderClassName
{
color: #FE32F8;
}
.AnyTagClassName
{
color: #FE32F8;
}
</style>
background-color css
<style>
a { background-color: #FE32F8; }
a { background-color: rgb(254,50,248); }
div.DivClassName
{
background-color: #FE32F8;
}
.BgClassName
{
background-color: #FE32F8;
}
</style>
border-color css
<style>
span { border-color: #FE32F8; }
span { border-color: rgb(254,50,248); }
td.TdClassName
{
border-color: #FE32F8;
}
.TagClassName
{
border-color: #FE32F8;
}
</style>