Shades of Razzle Dazzle Rose #FD32C2
Tints of Razzle Dazzle Rose #FD32C2
RGB
CMYK
RGB Variations
Color information
#FD32C2 (or 0xFD32C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and C2. RGB value is (253,50,194). Sum of RGB (Red+Green+Blue) = 253+50+194=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32C2 is #02CD3D. Grayscale: #7E7E7E. Windows color (decimal): -183614 or 12727037. OLE color: 12727037.
HSL color Cylindrical-coordinate representation of color #FD32C2: hue angle of 317.44º 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 #FD32C2 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 194 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.01 |
| HSL | 317.44º | 0.98% | 0.59% | - |
| HSV(B) | 317.44º | 0.8% | 0.99% | - |
| XYZ | 51.39 | 27.06 | 53.55 | - |
| YUV | 127.11 | 165.75 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 194 | 0 | 0.80 | 0.23 | 0.01 | 317.44 | 0.98 | 0.59 |
| Hex | FD | 32 | C2 | 0 | 50 | 17 | 1 | 13D | 62 | 3B |
| Octal | 375 | 62 | 302 | 0 | 120 | 27 | 1 | 475 | 142 | 73 |
| Binary | 11111101 | 110010 | 11000010 | 0 | 1010000 | 10111 | 1 | 100111101 | 1100010 | 111011 |
Color Harmonies of #FD32C2
Complementary color
Monochromatic Colors of #FD32C2
Black with #FD32C2
Text Example
Text Example
White with #FD32C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32C2; }
p { color: rgb(253,50,194); }
H1.HeaderClassName
{
color: #FD32C2;
}
.AnyTagClassName
{
color: #FD32C2;
}
</style>
background-color css
<style>
a { background-color: #FD32C2; }
a { background-color: rgb(253,50,194); }
div.DivClassName
{
background-color: #FD32C2;
}
.BgClassName
{
background-color: #FD32C2;
}
</style>
border-color css
<style>
span { border-color: #FD32C2; }
span { border-color: rgb(253,50,194); }
td.TdClassName
{
border-color: #FD32C2;
}
.TagClassName
{
border-color: #FD32C2;
}
</style>