Shades of Razzle Dazzle Rose #FD32EA
Tints of Razzle Dazzle Rose #FD32EA
RGB
CMYK
RGB Variations
Color information
#FD32EA (or 0xFD32EA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and EA. RGB value is (253,50,234). Sum of RGB (Red+Green+Blue) = 253+50+234=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 50 (19.92% from 255 or 9.31% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32EA is #02CD15. Grayscale: #838383. Windows color (decimal): -183574 or 15348477. OLE color: 15348477.
HSL color Cylindrical-coordinate representation of color #FD32EA: hue angle of 305.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32EA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 234 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.01 |
| HSL | 305.62º | 0.98% | 0.59% | - |
| HSV(B) | 305.62º | 0.8% | 0.99% | - |
| XYZ | 56.5 | 29.1 | 80.48 | - |
| YUV | 131.67 | 185.75 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 234 | 0 | 0.80 | 0.08 | 0.01 | 305.62 | 0.98 | 0.59 |
| Hex | FD | 32 | EA | 0 | 50 | 8 | 1 | 132 | 62 | 3B |
| Octal | 375 | 62 | 352 | 0 | 120 | 10 | 1 | 462 | 142 | 73 |
| Binary | 11111101 | 110010 | 11101010 | 0 | 1010000 | 1000 | 1 | 100110010 | 1100010 | 111011 |
Color Harmonies of #FD32EA
Complementary color
Monochromatic Colors of #FD32EA
Black with #FD32EA
Text Example
Text Example
White with #FD32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32EA; }
p { color: rgb(253,50,234); }
H1.HeaderClassName
{
color: #FD32EA;
}
.AnyTagClassName
{
color: #FD32EA;
}
</style>
background-color css
<style>
a { background-color: #FD32EA; }
a { background-color: rgb(253,50,234); }
div.DivClassName
{
background-color: #FD32EA;
}
.BgClassName
{
background-color: #FD32EA;
}
</style>
border-color css
<style>
span { border-color: #FD32EA; }
span { border-color: rgb(253,50,234); }
td.TdClassName
{
border-color: #FD32EA;
}
.TagClassName
{
border-color: #FD32EA;
}
</style>