Shades of Razzle Dazzle Rose #FB20D9
Tints of Razzle Dazzle Rose #FB20D9
RGB
CMYK
RGB Variations
Color information
#FB20D9 (or 0xFB20D9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 20 and D9. RGB value is (251,32,217). Sum of RGB (Red+Green+Blue) = 251+32+217=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20D9 is #04DF26. Grayscale: #767676. Windows color (decimal): -319271 or 14229755. OLE color: 14229755.
HSL color Cylindrical-coordinate representation of color #FB20D9: hue angle of 309.32º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20D9 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 217 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.02 |
| HSL | 309.32º | 0.96% | 0.55% | - |
| HSV(B) | 309.32º | 0.87% | 0.98% | - |
| XYZ | 52.82 | 26.55 | 67.99 | - |
| YUV | 118.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 217 | 0 | 0.87 | 0.14 | 0.02 | 309.32 | 0.96 | 0.55 |
| Hex | FB | 20 | D9 | 0 | 57 | E | 2 | 135 | 60 | 37 |
| Octal | 373 | 40 | 331 | 0 | 127 | 16 | 2 | 465 | 140 | 67 |
| Binary | 11111011 | 100000 | 11011001 | 0 | 1010111 | 1110 | 10 | 100110101 | 1100000 | 110111 |
Color Harmonies of #FB20D9
Complementary color
Monochromatic Colors of #FB20D9
Black with #FB20D9
Text Example
Text Example
White with #FB20D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20D9; }
p { color: rgb(251,32,217); }
H1.HeaderClassName
{
color: #FB20D9;
}
.AnyTagClassName
{
color: #FB20D9;
}
</style>
background-color css
<style>
a { background-color: #FB20D9; }
a { background-color: rgb(251,32,217); }
div.DivClassName
{
background-color: #FB20D9;
}
.BgClassName
{
background-color: #FB20D9;
}
</style>
border-color css
<style>
span { border-color: #FB20D9; }
span { border-color: rgb(251,32,217); }
td.TdClassName
{
border-color: #FB20D9;
}
.TagClassName
{
border-color: #FB20D9;
}
</style>