Shades of Razzle Dazzle Rose #FB33D3
Tints of Razzle Dazzle Rose #FB33D3
RGB
CMYK
RGB Variations
Color information
#FB33D3 (or 0xFB33D3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and D3. RGB value is (251,51,211). Sum of RGB (Red+Green+Blue) = 251+51+211=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33D3 is #04CC2C. Grayscale: #808080. Windows color (decimal): -314413 or 13841403. OLE color: 13841403.
HSL color Cylindrical-coordinate representation of color #FB33D3: hue angle of 312º 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 #FB33D3 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 211 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.02 |
| HSL | 312º | 0.96% | 0.59% | - |
| HSV(B) | 312º | 0.8% | 0.98% | - |
| XYZ | 52.73 | 27.58 | 64.17 | - |
| YUV | 129.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 211 | 0 | 0.80 | 0.16 | 0.02 | 312 | 0.96 | 0.59 |
| Hex | FB | 33 | D3 | 0 | 50 | 10 | 2 | 138 | 60 | 3B |
| Octal | 373 | 63 | 323 | 0 | 120 | 20 | 2 | 470 | 140 | 73 |
| Binary | 11111011 | 110011 | 11010011 | 0 | 1010000 | 10000 | 10 | 100111000 | 1100000 | 111011 |
Color Harmonies of #FB33D3
Complementary color
Monochromatic Colors of #FB33D3
Black with #FB33D3
Text Example
Text Example
White with #FB33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33D3; }
p { color: rgb(251,51,211); }
H1.HeaderClassName
{
color: #FB33D3;
}
.AnyTagClassName
{
color: #FB33D3;
}
</style>
background-color css
<style>
a { background-color: #FB33D3; }
a { background-color: rgb(251,51,211); }
div.DivClassName
{
background-color: #FB33D3;
}
.BgClassName
{
background-color: #FB33D3;
}
</style>
border-color css
<style>
span { border-color: #FB33D3; }
span { border-color: rgb(251,51,211); }
td.TdClassName
{
border-color: #FB33D3;
}
.TagClassName
{
border-color: #FB33D3;
}
</style>