Shades of Razzle Dazzle Rose #FB33D6
Tints of Razzle Dazzle Rose #FB33D6
RGB
CMYK
RGB Variations
Color information
#FB33D6 (or 0xFB33D6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and D6. RGB value is (251,51,214). Sum of RGB (Red+Green+Blue) = 251+51+214=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 51 (20.31% from 255 or 9.88% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33D6 is #04CC29. Grayscale: #808080. Windows color (decimal): -314410 or 14038011. OLE color: 14038011.
HSL color Cylindrical-coordinate representation of color #FB33D6: hue angle of 311.1º 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 #FB33D6 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 214 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.02 |
| HSL | 311.1º | 0.96% | 0.59% | - |
| HSV(B) | 311.1º | 0.8% | 0.98% | - |
| XYZ | 53.11 | 27.73 | 66.17 | - |
| YUV | 129.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 214 | 0 | 0.80 | 0.15 | 0.02 | 311.1 | 0.96 | 0.59 |
| Hex | FB | 33 | D6 | 0 | 50 | F | 2 | 137 | 60 | 3B |
| Octal | 373 | 63 | 326 | 0 | 120 | 17 | 2 | 467 | 140 | 73 |
| Binary | 11111011 | 110011 | 11010110 | 0 | 1010000 | 1111 | 10 | 100110111 | 1100000 | 111011 |
Color Harmonies of #FB33D6
Complementary color
Monochromatic Colors of #FB33D6
Black with #FB33D6
Text Example
Text Example
White with #FB33D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33D6; }
p { color: rgb(251,51,214); }
H1.HeaderClassName
{
color: #FB33D6;
}
.AnyTagClassName
{
color: #FB33D6;
}
</style>
background-color css
<style>
a { background-color: #FB33D6; }
a { background-color: rgb(251,51,214); }
div.DivClassName
{
background-color: #FB33D6;
}
.BgClassName
{
background-color: #FB33D6;
}
</style>
border-color css
<style>
span { border-color: #FB33D6; }
span { border-color: rgb(251,51,214); }
td.TdClassName
{
border-color: #FB33D6;
}
.TagClassName
{
border-color: #FB33D6;
}
</style>