Shades of Razzle Dazzle Rose #FB20E0
Tints of Razzle Dazzle Rose #FB20E0
RGB
CMYK
RGB Variations
Color information
#FB20E0 (or 0xFB20E0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 20 and E0. RGB value is (251,32,224). Sum of RGB (Red+Green+Blue) = 251+32+224=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20E0 is #04DF1F. Grayscale: #767676. Windows color (decimal): -319264 or 14688507. OLE color: 14688507.
HSL color Cylindrical-coordinate representation of color #FB20E0: hue angle of 307.4º 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 #FB20E0 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 224 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.02 |
| HSL | 307.4º | 0.96% | 0.55% | - |
| HSV(B) | 307.4º | 0.87% | 0.98% | - |
| XYZ | 53.75 | 26.92 | 72.88 | - |
| YUV | 119.37 | 187.05 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 224 | 0 | 0.87 | 0.11 | 0.02 | 307.4 | 0.96 | 0.55 |
| Hex | FB | 20 | E0 | 0 | 57 | B | 2 | 133 | 60 | 37 |
| Octal | 373 | 40 | 340 | 0 | 127 | 13 | 2 | 463 | 140 | 67 |
| Binary | 11111011 | 100000 | 11100000 | 0 | 1010111 | 1011 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FB20E0
Complementary color
Monochromatic Colors of #FB20E0
Black with #FB20E0
Text Example
Text Example
White with #FB20E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20E0; }
p { color: rgb(251,32,224); }
H1.HeaderClassName
{
color: #FB20E0;
}
.AnyTagClassName
{
color: #FB20E0;
}
</style>
background-color css
<style>
a { background-color: #FB20E0; }
a { background-color: rgb(251,32,224); }
div.DivClassName
{
background-color: #FB20E0;
}
.BgClassName
{
background-color: #FB20E0;
}
</style>
border-color css
<style>
span { border-color: #FB20E0; }
span { border-color: rgb(251,32,224); }
td.TdClassName
{
border-color: #FB20E0;
}
.TagClassName
{
border-color: #FB20E0;
}
</style>