Shades of Razzle Dazzle Rose #FB32E4
Tints of Razzle Dazzle Rose #FB32E4
RGB
CMYK
RGB Variations
Color information
#FB32E4 (or 0xFB32E4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and E4. RGB value is (251,50,228). Sum of RGB (Red+Green+Blue) = 251+50+228=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 50 (19.92% from 255 or 9.45% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32E4 is #04CD1B. Grayscale: #818181. Windows color (decimal): -314652 or 14955259. OLE color: 14955259.
HSL color Cylindrical-coordinate representation of color #FB32E4: hue angle of 306.87º 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 #FB32E4 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 228 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.02 |
| HSL | 306.87º | 0.96% | 0.59% | - |
| HSV(B) | 306.87º | 0.8% | 0.98% | - |
| XYZ | 54.93 | 28.39 | 75.98 | - |
| YUV | 130.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 228 | 0 | 0.80 | 0.09 | 0.02 | 306.87 | 0.96 | 0.59 |
| Hex | FB | 32 | E4 | 0 | 50 | 9 | 2 | 133 | 60 | 3B |
| Octal | 373 | 62 | 344 | 0 | 120 | 11 | 2 | 463 | 140 | 73 |
| Binary | 11111011 | 110010 | 11100100 | 0 | 1010000 | 1001 | 10 | 100110011 | 1100000 | 111011 |
Color Harmonies of #FB32E4
Complementary color
Monochromatic Colors of #FB32E4
Black with #FB32E4
Text Example
Text Example
White with #FB32E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32E4; }
p { color: rgb(251,50,228); }
H1.HeaderClassName
{
color: #FB32E4;
}
.AnyTagClassName
{
color: #FB32E4;
}
</style>
background-color css
<style>
a { background-color: #FB32E4; }
a { background-color: rgb(251,50,228); }
div.DivClassName
{
background-color: #FB32E4;
}
.BgClassName
{
background-color: #FB32E4;
}
</style>
border-color css
<style>
span { border-color: #FB32E4; }
span { border-color: rgb(251,50,228); }
td.TdClassName
{
border-color: #FB32E4;
}
.TagClassName
{
border-color: #FB32E4;
}
</style>