Shades of Razzle Dazzle Rose #FD32B8
Tints of Razzle Dazzle Rose #FD32B8
RGB
CMYK
RGB Variations
Color information
#FD32B8 (or 0xFD32B8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and B8. RGB value is (253,50,184). Sum of RGB (Red+Green+Blue) = 253+50+184=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32B8 is #02CD47. Grayscale: #7D7D7D. Windows color (decimal): -183624 or 12071677. OLE color: 12071677.
HSL color Cylindrical-coordinate representation of color #FD32B8: hue angle of 320.39º 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 #FD32B8 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 184 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.01 |
| HSL | 320.39º | 0.98% | 0.59% | - |
| HSV(B) | 320.39º | 0.8% | 0.99% | - |
| XYZ | 50.3 | 26.62 | 47.84 | - |
| YUV | 125.97 | 160.75 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 184 | 0 | 0.80 | 0.27 | 0.01 | 320.39 | 0.98 | 0.59 |
| Hex | FD | 32 | B8 | 0 | 50 | 1B | 1 | 140 | 62 | 3B |
| Octal | 375 | 62 | 270 | 0 | 120 | 33 | 1 | 500 | 142 | 73 |
| Binary | 11111101 | 110010 | 10111000 | 0 | 1010000 | 11011 | 1 | 101000000 | 1100010 | 111011 |
Color Harmonies of #FD32B8
Complementary color
Monochromatic Colors of #FD32B8
Black with #FD32B8
Text Example
Text Example
White with #FD32B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32B8; }
p { color: rgb(253,50,184); }
H1.HeaderClassName
{
color: #FD32B8;
}
.AnyTagClassName
{
color: #FD32B8;
}
</style>
background-color css
<style>
a { background-color: #FD32B8; }
a { background-color: rgb(253,50,184); }
div.DivClassName
{
background-color: #FD32B8;
}
.BgClassName
{
background-color: #FD32B8;
}
</style>
border-color css
<style>
span { border-color: #FD32B8; }
span { border-color: rgb(253,50,184); }
td.TdClassName
{
border-color: #FD32B8;
}
.TagClassName
{
border-color: #FD32B8;
}
</style>