Shades of Razzle Dazzle Rose #FD32B9
Tints of Razzle Dazzle Rose #FD32B9
RGB
CMYK
RGB Variations
Color information
#FD32B9 (or 0xFD32B9) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and B9. RGB value is (253,50,185). Sum of RGB (Red+Green+Blue) = 253+50+185=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32B9 is #02CD46. Grayscale: #7D7D7D. Windows color (decimal): -183623 or 12137213. OLE color: 12137213.
HSL color Cylindrical-coordinate representation of color #FD32B9: hue angle of 320.1º 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 #FD32B9 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 185 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.01 |
| HSL | 320.1º | 0.98% | 0.59% | - |
| HSV(B) | 320.1º | 0.8% | 0.99% | - |
| XYZ | 50.41 | 26.67 | 48.39 | - |
| YUV | 126.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 185 | 0 | 0.80 | 0.27 | 0.01 | 320.1 | 0.98 | 0.59 |
| Hex | FD | 32 | B9 | 0 | 50 | 1B | 1 | 140 | 62 | 3B |
| Octal | 375 | 62 | 271 | 0 | 120 | 33 | 1 | 500 | 142 | 73 |
| Binary | 11111101 | 110010 | 10111001 | 0 | 1010000 | 11011 | 1 | 101000000 | 1100010 | 111011 |
Color Harmonies of #FD32B9
Complementary color
Monochromatic Colors of #FD32B9
Black with #FD32B9
Text Example
Text Example
White with #FD32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32B9; }
p { color: rgb(253,50,185); }
H1.HeaderClassName
{
color: #FD32B9;
}
.AnyTagClassName
{
color: #FD32B9;
}
</style>
background-color css
<style>
a { background-color: #FD32B9; }
a { background-color: rgb(253,50,185); }
div.DivClassName
{
background-color: #FD32B9;
}
.BgClassName
{
background-color: #FD32B9;
}
</style>
border-color css
<style>
span { border-color: #FD32B9; }
span { border-color: rgb(253,50,185); }
td.TdClassName
{
border-color: #FD32B9;
}
.TagClassName
{
border-color: #FD32B9;
}
</style>