Shades of Razzle Dazzle Rose #FE32DF
Tints of Razzle Dazzle Rose #FE32DF
RGB
CMYK
RGB Variations
Color information
#FE32DF (or 0xFE32DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and DF. RGB value is (254,50,223). Sum of RGB (Red+Green+Blue) = 254+50+223=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32DF is #01CD20. Grayscale: #828282. Windows color (decimal): -118049 or 14627582. OLE color: 14627582.
HSL color Cylindrical-coordinate representation of color #FE32DF: hue angle of 309.12º 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 #FE32DF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 223 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.00 |
| HSL | 309.12º | 0.99% | 0.6% | - |
| HSV(B) | 309.12º | 0.8% | 1% | - |
| XYZ | 55.33 | 28.68 | 72.43 | - |
| YUV | 130.72 | 180.09 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 223 | 0 | 0.80 | 0.12 | 0.00 | 309.12 | 0.99 | 0.6 |
| Hex | FE | 32 | DF | 0 | 50 | C | 0 | 135 | 63 | 3C |
| Octal | 376 | 62 | 337 | 0 | 120 | 14 | 0 | 465 | 143 | 74 |
| Binary | 11111110 | 110010 | 11011111 | 0 | 1010000 | 1100 | 0 | 100110101 | 1100011 | 111100 |
Color Harmonies of #FE32DF
Complementary color
Monochromatic Colors of #FE32DF
Black with #FE32DF
Text Example
Text Example
White with #FE32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32DF; }
p { color: rgb(254,50,223); }
H1.HeaderClassName
{
color: #FE32DF;
}
.AnyTagClassName
{
color: #FE32DF;
}
</style>
background-color css
<style>
a { background-color: #FE32DF; }
a { background-color: rgb(254,50,223); }
div.DivClassName
{
background-color: #FE32DF;
}
.BgClassName
{
background-color: #FE32DF;
}
</style>
border-color css
<style>
span { border-color: #FE32DF; }
span { border-color: rgb(254,50,223); }
td.TdClassName
{
border-color: #FE32DF;
}
.TagClassName
{
border-color: #FE32DF;
}
</style>