Shades of Razzle Dazzle Rose #FD32BB
Tints of Razzle Dazzle Rose #FD32BB
RGB
CMYK
RGB Variations
Color information
#FD32BB (or 0xFD32BB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and BB. RGB value is (253,50,187). Sum of RGB (Red+Green+Blue) = 253+50+187=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32BB is #02CD44. Grayscale: #7D7D7D. Windows color (decimal): -183621 or 12268285. OLE color: 12268285.
HSL color Cylindrical-coordinate representation of color #FD32BB: hue angle of 319.51º 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 #FD32BB is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 187 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.01 |
| HSL | 319.51º | 0.98% | 0.59% | - |
| HSV(B) | 319.51º | 0.8% | 0.99% | - |
| XYZ | 50.62 | 26.75 | 49.51 | - |
| YUV | 126.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 187 | 0 | 0.80 | 0.26 | 0.01 | 319.51 | 0.98 | 0.59 |
| Hex | FD | 32 | BB | 0 | 50 | 1A | 1 | 140 | 62 | 3B |
| Octal | 375 | 62 | 273 | 0 | 120 | 32 | 1 | 500 | 142 | 73 |
| Binary | 11111101 | 110010 | 10111011 | 0 | 1010000 | 11010 | 1 | 101000000 | 1100010 | 111011 |
Color Harmonies of #FD32BB
Complementary color
Monochromatic Colors of #FD32BB
Black with #FD32BB
Text Example
Text Example
White with #FD32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32BB; }
p { color: rgb(253,50,187); }
H1.HeaderClassName
{
color: #FD32BB;
}
.AnyTagClassName
{
color: #FD32BB;
}
</style>
background-color css
<style>
a { background-color: #FD32BB; }
a { background-color: rgb(253,50,187); }
div.DivClassName
{
background-color: #FD32BB;
}
.BgClassName
{
background-color: #FD32BB;
}
</style>
border-color css
<style>
span { border-color: #FD32BB; }
span { border-color: rgb(253,50,187); }
td.TdClassName
{
border-color: #FD32BB;
}
.TagClassName
{
border-color: #FD32BB;
}
</style>