Shades of Razzle Dazzle Rose #FD32C9
Tints of Razzle Dazzle Rose #FD32C9
RGB
CMYK
RGB Variations
Color information
#FD32C9 (or 0xFD32C9) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and C9. RGB value is (253,50,201). Sum of RGB (Red+Green+Blue) = 253+50+201=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32C9 is #02CD36. Grayscale: #7F7F7F. Windows color (decimal): -183607 or 13185789. OLE color: 13185789.
HSL color Cylindrical-coordinate representation of color #FD32C9: hue angle of 315.37º 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 #FD32C9 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 201 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.01 |
| HSL | 315.37º | 0.98% | 0.59% | - |
| HSV(B) | 315.37º | 0.8% | 0.99% | - |
| XYZ | 52.19 | 27.38 | 57.79 | - |
| YUV | 127.91 | 169.25 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 201 | 0 | 0.80 | 0.21 | 0.01 | 315.37 | 0.98 | 0.59 |
| Hex | FD | 32 | C9 | 0 | 50 | 15 | 1 | 13B | 62 | 3B |
| Octal | 375 | 62 | 311 | 0 | 120 | 25 | 1 | 473 | 142 | 73 |
| Binary | 11111101 | 110010 | 11001001 | 0 | 1010000 | 10101 | 1 | 100111011 | 1100010 | 111011 |
Color Harmonies of #FD32C9
Complementary color
Monochromatic Colors of #FD32C9
Black with #FD32C9
Text Example
Text Example
White with #FD32C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32C9; }
p { color: rgb(253,50,201); }
H1.HeaderClassName
{
color: #FD32C9;
}
.AnyTagClassName
{
color: #FD32C9;
}
</style>
background-color css
<style>
a { background-color: #FD32C9; }
a { background-color: rgb(253,50,201); }
div.DivClassName
{
background-color: #FD32C9;
}
.BgClassName
{
background-color: #FD32C9;
}
</style>
border-color css
<style>
span { border-color: #FD32C9; }
span { border-color: rgb(253,50,201); }
td.TdClassName
{
border-color: #FD32C9;
}
.TagClassName
{
border-color: #FD32C9;
}
</style>