Shades of Razzle Dazzle Rose #FB32EC
Tints of Razzle Dazzle Rose #FB32EC
RGB
CMYK
RGB Variations
Color information
#FB32EC (or 0xFB32EC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and EC. RGB value is (251,50,236). Sum of RGB (Red+Green+Blue) = 251+50+236=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 50 (19.92% from 255 or 9.31% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB32EC is #04CD13. Grayscale: #828282. Windows color (decimal): -314644 or 15479547. OLE color: 15479547.
HSL color Cylindrical-coordinate representation of color #FB32EC: hue angle of 304.48º 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 #FB32EC is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 236 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.02 |
| HSL | 304.48º | 0.96% | 0.59% | - |
| HSV(B) | 304.48º | 0.8% | 0.98% | - |
| XYZ | 56.06 | 28.85 | 81.97 | - |
| YUV | 131.3 | 187.09 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 236 | 0 | 0.80 | 0.06 | 0.02 | 304.48 | 0.96 | 0.59 |
| Hex | FB | 32 | EC | 0 | 50 | 6 | 2 | 130 | 60 | 3B |
| Octal | 373 | 62 | 354 | 0 | 120 | 6 | 2 | 460 | 140 | 73 |
| Binary | 11111011 | 110010 | 11101100 | 0 | 1010000 | 110 | 10 | 100110000 | 1100000 | 111011 |
Color Harmonies of #FB32EC
Complementary color
Monochromatic Colors of #FB32EC
Black with #FB32EC
Text Example
Text Example
White with #FB32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32EC; }
p { color: rgb(251,50,236); }
H1.HeaderClassName
{
color: #FB32EC;
}
.AnyTagClassName
{
color: #FB32EC;
}
</style>
background-color css
<style>
a { background-color: #FB32EC; }
a { background-color: rgb(251,50,236); }
div.DivClassName
{
background-color: #FB32EC;
}
.BgClassName
{
background-color: #FB32EC;
}
</style>
border-color css
<style>
span { border-color: #FB32EC; }
span { border-color: rgb(251,50,236); }
td.TdClassName
{
border-color: #FB32EC;
}
.TagClassName
{
border-color: #FB32EC;
}
</style>