Shades of Razzle Dazzle Rose #FB33E7
Tints of Razzle Dazzle Rose #FB33E7
RGB
CMYK
RGB Variations
Color information
#FB33E7 (or 0xFB33E7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and E7. RGB value is (251,51,231). Sum of RGB (Red+Green+Blue) = 251+51+231=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 51 (20.31% from 255 or 9.57% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB33E7 is #04CC18. Grayscale: #828282. Windows color (decimal): -314393 or 15152123. OLE color: 15152123.
HSL color Cylindrical-coordinate representation of color #FB33E7: hue angle of 306º 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 #FB33E7 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 231 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.02 |
| HSL | 306º | 0.96% | 0.59% | - |
| HSV(B) | 306º | 0.8% | 0.98% | - |
| XYZ | 55.39 | 28.65 | 78.21 | - |
| YUV | 131.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 231 | 0 | 0.80 | 0.08 | 0.02 | 306 | 0.96 | 0.59 |
| Hex | FB | 33 | E7 | 0 | 50 | 8 | 2 | 132 | 60 | 3B |
| Octal | 373 | 63 | 347 | 0 | 120 | 10 | 2 | 462 | 140 | 73 |
| Binary | 11111011 | 110011 | 11100111 | 0 | 1010000 | 1000 | 10 | 100110010 | 1100000 | 111011 |
Color Harmonies of #FB33E7
Complementary color
Monochromatic Colors of #FB33E7
Black with #FB33E7
Text Example
Text Example
White with #FB33E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33E7; }
p { color: rgb(251,51,231); }
H1.HeaderClassName
{
color: #FB33E7;
}
.AnyTagClassName
{
color: #FB33E7;
}
</style>
background-color css
<style>
a { background-color: #FB33E7; }
a { background-color: rgb(251,51,231); }
div.DivClassName
{
background-color: #FB33E7;
}
.BgClassName
{
background-color: #FB33E7;
}
</style>
border-color css
<style>
span { border-color: #FB33E7; }
span { border-color: rgb(251,51,231); }
td.TdClassName
{
border-color: #FB33E7;
}
.TagClassName
{
border-color: #FB33E7;
}
</style>