Shades of Razzle Dazzle Rose #FD32C4
Tints of Razzle Dazzle Rose #FD32C4
RGB
CMYK
RGB Variations
Color information
#FD32C4 (or 0xFD32C4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and C4. RGB value is (253,50,196). Sum of RGB (Red+Green+Blue) = 253+50+196=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32C4 is #02CD3B. Grayscale: #7E7E7E. Windows color (decimal): -183612 or 12858109. OLE color: 12858109.
HSL color Cylindrical-coordinate representation of color #FD32C4: hue angle of 316.85º 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 #FD32C4 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 196 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.01 |
| HSL | 316.85º | 0.98% | 0.59% | - |
| HSV(B) | 316.85º | 0.8% | 0.99% | - |
| XYZ | 51.61 | 27.15 | 54.74 | - |
| YUV | 127.34 | 166.75 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 196 | 0 | 0.80 | 0.23 | 0.01 | 316.85 | 0.98 | 0.59 |
| Hex | FD | 32 | C4 | 0 | 50 | 17 | 1 | 13D | 62 | 3B |
| Octal | 375 | 62 | 304 | 0 | 120 | 27 | 1 | 475 | 142 | 73 |
| Binary | 11111101 | 110010 | 11000100 | 0 | 1010000 | 10111 | 1 | 100111101 | 1100010 | 111011 |
Color Harmonies of #FD32C4
Complementary color
Monochromatic Colors of #FD32C4
Black with #FD32C4
Text Example
Text Example
White with #FD32C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32C4; }
p { color: rgb(253,50,196); }
H1.HeaderClassName
{
color: #FD32C4;
}
.AnyTagClassName
{
color: #FD32C4;
}
</style>
background-color css
<style>
a { background-color: #FD32C4; }
a { background-color: rgb(253,50,196); }
div.DivClassName
{
background-color: #FD32C4;
}
.BgClassName
{
background-color: #FD32C4;
}
</style>
border-color css
<style>
span { border-color: #FD32C4; }
span { border-color: rgb(253,50,196); }
td.TdClassName
{
border-color: #FD32C4;
}
.TagClassName
{
border-color: #FD32C4;
}
</style>