Shades of Razzle Dazzle Rose #FD32EF
Tints of Razzle Dazzle Rose #FD32EF
RGB
CMYK
RGB Variations
Color information
#FD32EF (or 0xFD32EF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and EF. RGB value is (253,50,239). Sum of RGB (Red+Green+Blue) = 253+50+239=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 50 (19.92% from 255 or 9.23% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32EF is #02CD10. Grayscale: #838383. Windows color (decimal): -183569 or 15676157. OLE color: 15676157.
HSL color Cylindrical-coordinate representation of color #FD32EF: hue angle of 304.14º 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 #FD32EF is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 239 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.01 |
| HSL | 304.14º | 0.98% | 0.59% | - |
| HSV(B) | 304.14º | 0.8% | 0.99% | - |
| XYZ | 57.23 | 29.4 | 84.32 | - |
| YUV | 132.24 | 188.25 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 239 | 0 | 0.80 | 0.06 | 0.01 | 304.14 | 0.98 | 0.59 |
| Hex | FD | 32 | EF | 0 | 50 | 6 | 1 | 130 | 62 | 3B |
| Octal | 375 | 62 | 357 | 0 | 120 | 6 | 1 | 460 | 142 | 73 |
| Binary | 11111101 | 110010 | 11101111 | 0 | 1010000 | 110 | 1 | 100110000 | 1100010 | 111011 |
Color Harmonies of #FD32EF
Complementary color
Monochromatic Colors of #FD32EF
Black with #FD32EF
Text Example
Text Example
White with #FD32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32EF; }
p { color: rgb(253,50,239); }
H1.HeaderClassName
{
color: #FD32EF;
}
.AnyTagClassName
{
color: #FD32EF;
}
</style>
background-color css
<style>
a { background-color: #FD32EF; }
a { background-color: rgb(253,50,239); }
div.DivClassName
{
background-color: #FD32EF;
}
.BgClassName
{
background-color: #FD32EF;
}
</style>
border-color css
<style>
span { border-color: #FD32EF; }
span { border-color: rgb(253,50,239); }
td.TdClassName
{
border-color: #FD32EF;
}
.TagClassName
{
border-color: #FD32EF;
}
</style>