Shades of Razzle Dazzle Rose #FD32F0
Tints of Razzle Dazzle Rose #FD32F0
RGB
CMYK
RGB Variations
Color information
#FD32F0 (or 0xFD32F0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and F0. RGB value is (253,50,240). Sum of RGB (Red+Green+Blue) = 253+50+240=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 50 (19.92% from 255 or 9.21% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32F0 is #02CD0F. Grayscale: #838383. Windows color (decimal): -183568 or 15741693. OLE color: 15741693.
HSL color Cylindrical-coordinate representation of color #FD32F0: hue angle of 303.84º 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 #FD32F0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 240 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.01 |
| HSL | 303.84º | 0.98% | 0.59% | - |
| HSV(B) | 303.84º | 0.8% | 0.99% | - |
| XYZ | 57.38 | 29.46 | 85.1 | - |
| YUV | 132.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 240 | 0 | 0.80 | 0.05 | 0.01 | 303.84 | 0.98 | 0.59 |
| Hex | FD | 32 | F0 | 0 | 50 | 5 | 1 | 130 | 62 | 3B |
| Octal | 375 | 62 | 360 | 0 | 120 | 5 | 1 | 460 | 142 | 73 |
| Binary | 11111101 | 110010 | 11110000 | 0 | 1010000 | 101 | 1 | 100110000 | 1100010 | 111011 |
Color Harmonies of #FD32F0
Complementary color
Monochromatic Colors of #FD32F0
Black with #FD32F0
Text Example
Text Example
White with #FD32F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32F0; }
p { color: rgb(253,50,240); }
H1.HeaderClassName
{
color: #FD32F0;
}
.AnyTagClassName
{
color: #FD32F0;
}
</style>
background-color css
<style>
a { background-color: #FD32F0; }
a { background-color: rgb(253,50,240); }
div.DivClassName
{
background-color: #FD32F0;
}
.BgClassName
{
background-color: #FD32F0;
}
</style>
border-color css
<style>
span { border-color: #FD32F0; }
span { border-color: rgb(253,50,240); }
td.TdClassName
{
border-color: #FD32F0;
}
.TagClassName
{
border-color: #FD32F0;
}
</style>