Shades of Razzle Dazzle Rose #FD32E0
Tints of Razzle Dazzle Rose #FD32E0
RGB
CMYK
RGB Variations
Color information
#FD32E0 (or 0xFD32E0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and E0. RGB value is (253,50,224). Sum of RGB (Red+Green+Blue) = 253+50+224=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32E0 is #02CD1F. Grayscale: #828282. Windows color (decimal): -183584 or 14693117. OLE color: 14693117.
HSL color Cylindrical-coordinate representation of color #FD32E0: hue angle of 308.57º 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 #FD32E0 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 224 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.01 |
| HSL | 308.57º | 0.98% | 0.59% | - |
| HSV(B) | 308.57º | 0.8% | 0.99% | - |
| XYZ | 55.1 | 28.55 | 73.13 | - |
| YUV | 130.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 224 | 0 | 0.80 | 0.11 | 0.01 | 308.57 | 0.98 | 0.59 |
| Hex | FD | 32 | E0 | 0 | 50 | B | 1 | 135 | 62 | 3B |
| Octal | 375 | 62 | 340 | 0 | 120 | 13 | 1 | 465 | 142 | 73 |
| Binary | 11111101 | 110010 | 11100000 | 0 | 1010000 | 1011 | 1 | 100110101 | 1100010 | 111011 |
Color Harmonies of #FD32E0
Complementary color
Monochromatic Colors of #FD32E0
Black with #FD32E0
Text Example
Text Example
White with #FD32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32E0; }
p { color: rgb(253,50,224); }
H1.HeaderClassName
{
color: #FD32E0;
}
.AnyTagClassName
{
color: #FD32E0;
}
</style>
background-color css
<style>
a { background-color: #FD32E0; }
a { background-color: rgb(253,50,224); }
div.DivClassName
{
background-color: #FD32E0;
}
.BgClassName
{
background-color: #FD32E0;
}
</style>
border-color css
<style>
span { border-color: #FD32E0; }
span { border-color: rgb(253,50,224); }
td.TdClassName
{
border-color: #FD32E0;
}
.TagClassName
{
border-color: #FD32E0;
}
</style>