Shades of Razzle Dazzle Rose #FB33E6
Tints of Razzle Dazzle Rose #FB33E6
RGB
CMYK
RGB Variations
Color information
#FB33E6 (or 0xFB33E6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and E6. RGB value is (251,51,230). Sum of RGB (Red+Green+Blue) = 251+51+230=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 51 (20.31% from 255 or 9.59% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB33E6 is #04CC19. Grayscale: #828282. Windows color (decimal): -314394 or 15086587. OLE color: 15086587.
HSL color Cylindrical-coordinate representation of color #FB33E6: hue angle of 306.3º 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 #FB33E6 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 230 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.02 |
| HSL | 306.3º | 0.96% | 0.59% | - |
| HSV(B) | 306.3º | 0.8% | 0.98% | - |
| XYZ | 55.25 | 28.59 | 77.47 | - |
| YUV | 131.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 230 | 0 | 0.80 | 0.08 | 0.02 | 306.3 | 0.96 | 0.59 |
| Hex | FB | 33 | E6 | 0 | 50 | 8 | 2 | 132 | 60 | 3B |
| Octal | 373 | 63 | 346 | 0 | 120 | 10 | 2 | 462 | 140 | 73 |
| Binary | 11111011 | 110011 | 11100110 | 0 | 1010000 | 1000 | 10 | 100110010 | 1100000 | 111011 |
Color Harmonies of #FB33E6
Complementary color
Monochromatic Colors of #FB33E6
Black with #FB33E6
Text Example
Text Example
White with #FB33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33E6; }
p { color: rgb(251,51,230); }
H1.HeaderClassName
{
color: #FB33E6;
}
.AnyTagClassName
{
color: #FB33E6;
}
</style>
background-color css
<style>
a { background-color: #FB33E6; }
a { background-color: rgb(251,51,230); }
div.DivClassName
{
background-color: #FB33E6;
}
.BgClassName
{
background-color: #FB33E6;
}
</style>
border-color css
<style>
span { border-color: #FB33E6; }
span { border-color: rgb(251,51,230); }
td.TdClassName
{
border-color: #FB33E6;
}
.TagClassName
{
border-color: #FB33E6;
}
</style>