Shades of Razzle Dazzle Rose #FD32F8
Tints of Razzle Dazzle Rose #FD32F8
RGB
CMYK
RGB Variations
Color information
#FD32F8 (or 0xFD32F8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and F8. RGB value is (253,50,248). Sum of RGB (Red+Green+Blue) = 253+50+248=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 50 (19.92% from 255 or 9.07% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32F8 is #02CD07. Grayscale: #848484. Windows color (decimal): -183560 or 16265981. OLE color: 16265981.
HSL color Cylindrical-coordinate representation of color #FD32F8: hue angle of 301.48º 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 #FD32F8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 248 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.01 |
| HSL | 301.48º | 0.98% | 0.59% | - |
| HSV(B) | 301.48º | 0.8% | 0.99% | - |
| XYZ | 58.59 | 29.94 | 91.5 | - |
| YUV | 133.27 | 192.75 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 248 | 0 | 0.80 | 0.02 | 0.01 | 301.48 | 0.98 | 0.59 |
| Hex | FD | 32 | F8 | 0 | 50 | 2 | 1 | 12D | 62 | 3B |
| Octal | 375 | 62 | 370 | 0 | 120 | 2 | 1 | 455 | 142 | 73 |
| Binary | 11111101 | 110010 | 11111000 | 0 | 1010000 | 10 | 1 | 100101101 | 1100010 | 111011 |
Color Harmonies of #FD32F8
Complementary color
Monochromatic Colors of #FD32F8
Black with #FD32F8
Text Example
Text Example
White with #FD32F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32F8; }
p { color: rgb(253,50,248); }
H1.HeaderClassName
{
color: #FD32F8;
}
.AnyTagClassName
{
color: #FD32F8;
}
</style>
background-color css
<style>
a { background-color: #FD32F8; }
a { background-color: rgb(253,50,248); }
div.DivClassName
{
background-color: #FD32F8;
}
.BgClassName
{
background-color: #FD32F8;
}
</style>
border-color css
<style>
span { border-color: #FD32F8; }
span { border-color: rgb(253,50,248); }
td.TdClassName
{
border-color: #FD32F8;
}
.TagClassName
{
border-color: #FD32F8;
}
</style>