Shades of Razzle Dazzle Rose #FB32D9
Tints of Razzle Dazzle Rose #FB32D9
RGB
CMYK
RGB Variations
Color information
#FB32D9 (or 0xFB32D9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and D9. RGB value is (251,50,217). Sum of RGB (Red+Green+Blue) = 251+50+217=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 50 (19.92% from 255 or 9.65% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32D9 is #04CD26. Grayscale: #808080. Windows color (decimal): -314663 or 14234363. OLE color: 14234363.
HSL color Cylindrical-coordinate representation of color #FB32D9: hue angle of 310.15º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32D9 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 217 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.02 |
| HSL | 310.15º | 0.96% | 0.59% | - |
| HSV(B) | 310.15º | 0.8% | 0.98% | - |
| XYZ | 53.45 | 27.8 | 68.19 | - |
| YUV | 129.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 217 | 0 | 0.80 | 0.14 | 0.02 | 310.15 | 0.96 | 0.59 |
| Hex | FB | 32 | D9 | 0 | 50 | E | 2 | 136 | 60 | 3B |
| Octal | 373 | 62 | 331 | 0 | 120 | 16 | 2 | 466 | 140 | 73 |
| Binary | 11111011 | 110010 | 11011001 | 0 | 1010000 | 1110 | 10 | 100110110 | 1100000 | 111011 |
Color Harmonies of #FB32D9
Complementary color
Monochromatic Colors of #FB32D9
Black with #FB32D9
Text Example
Text Example
White with #FB32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32D9; }
p { color: rgb(251,50,217); }
H1.HeaderClassName
{
color: #FB32D9;
}
.AnyTagClassName
{
color: #FB32D9;
}
</style>
background-color css
<style>
a { background-color: #FB32D9; }
a { background-color: rgb(251,50,217); }
div.DivClassName
{
background-color: #FB32D9;
}
.BgClassName
{
background-color: #FB32D9;
}
</style>
border-color css
<style>
span { border-color: #FB32D9; }
span { border-color: rgb(251,50,217); }
td.TdClassName
{
border-color: #FB32D9;
}
.TagClassName
{
border-color: #FB32D9;
}
</style>