Shades of Razzle Dazzle Rose #FB33C2
Tints of Razzle Dazzle Rose #FB33C2
RGB
CMYK
RGB Variations
Color information
#FB33C2 (or 0xFB33C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and C2. RGB value is (251,51,194). Sum of RGB (Red+Green+Blue) = 251+51+194=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33C2 is #04CC3D. Grayscale: #7E7E7E. Windows color (decimal): -314430 or 12727291. OLE color: 12727291.
HSL color Cylindrical-coordinate representation of color #FB33C2: hue angle of 317.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 #FB33C2 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 194 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.02 |
| HSL | 317.1º | 0.96% | 0.59% | - |
| HSV(B) | 317.1º | 0.8% | 0.98% | - |
| XYZ | 50.71 | 26.77 | 53.53 | - |
| YUV | 127.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 194 | 0 | 0.80 | 0.23 | 0.02 | 317.1 | 0.96 | 0.59 |
| Hex | FB | 33 | C2 | 0 | 50 | 17 | 2 | 13D | 60 | 3B |
| Octal | 373 | 63 | 302 | 0 | 120 | 27 | 2 | 475 | 140 | 73 |
| Binary | 11111011 | 110011 | 11000010 | 0 | 1010000 | 10111 | 10 | 100111101 | 1100000 | 111011 |
Color Harmonies of #FB33C2
Complementary color
Monochromatic Colors of #FB33C2
Black with #FB33C2
Text Example
Text Example
White with #FB33C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33C2; }
p { color: rgb(251,51,194); }
H1.HeaderClassName
{
color: #FB33C2;
}
.AnyTagClassName
{
color: #FB33C2;
}
</style>
background-color css
<style>
a { background-color: #FB33C2; }
a { background-color: rgb(251,51,194); }
div.DivClassName
{
background-color: #FB33C2;
}
.BgClassName
{
background-color: #FB33C2;
}
</style>
border-color css
<style>
span { border-color: #FB33C2; }
span { border-color: rgb(251,51,194); }
td.TdClassName
{
border-color: #FB33C2;
}
.TagClassName
{
border-color: #FB33C2;
}
</style>