Shades of Razzle Dazzle Rose #FD32F5
Tints of Razzle Dazzle Rose #FD32F5
RGB
CMYK
RGB Variations
Color information
#FD32F5 (or 0xFD32F5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and F5. RGB value is (253,50,245). Sum of RGB (Red+Green+Blue) = 253+50+245=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 50 (19.92% from 255 or 9.12% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32F5 is #02CD0A. Grayscale: #848484. Windows color (decimal): -183563 or 16069373. OLE color: 16069373.
HSL color Cylindrical-coordinate representation of color #FD32F5: hue angle of 302.36º 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 #FD32F5 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 245 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.01 |
| HSL | 302.36º | 0.98% | 0.59% | - |
| HSV(B) | 302.36º | 0.8% | 0.99% | - |
| XYZ | 58.13 | 29.76 | 89.07 | - |
| YUV | 132.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 245 | 0 | 0.80 | 0.03 | 0.01 | 302.36 | 0.98 | 0.59 |
| Hex | FD | 32 | F5 | 0 | 50 | 3 | 1 | 12E | 62 | 3B |
| Octal | 375 | 62 | 365 | 0 | 120 | 3 | 1 | 456 | 142 | 73 |
| Binary | 11111101 | 110010 | 11110101 | 0 | 1010000 | 11 | 1 | 100101110 | 1100010 | 111011 |
Color Harmonies of #FD32F5
Complementary color
Monochromatic Colors of #FD32F5
Black with #FD32F5
Text Example
Text Example
White with #FD32F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32F5; }
p { color: rgb(253,50,245); }
H1.HeaderClassName
{
color: #FD32F5;
}
.AnyTagClassName
{
color: #FD32F5;
}
</style>
background-color css
<style>
a { background-color: #FD32F5; }
a { background-color: rgb(253,50,245); }
div.DivClassName
{
background-color: #FD32F5;
}
.BgClassName
{
background-color: #FD32F5;
}
</style>
border-color css
<style>
span { border-color: #FD32F5; }
span { border-color: rgb(253,50,245); }
td.TdClassName
{
border-color: #FD32F5;
}
.TagClassName
{
border-color: #FD32F5;
}
</style>