Shades of Razzle Dazzle Rose #FB20E9
Tints of Razzle Dazzle Rose #FB20E9
RGB
CMYK
RGB Variations
Color information
#FB20E9 (or 0xFB20E9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 20 and E9. RGB value is (251,32,233). Sum of RGB (Red+Green+Blue) = 251+32+233=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB20E9 is #04DF16. Grayscale: #777777. Windows color (decimal): -319255 or 15278331. OLE color: 15278331.
HSL color Cylindrical-coordinate representation of color #FB20E9: hue angle of 304.93º 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 #FB20E9 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 233 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.02 |
| HSL | 304.93º | 0.96% | 0.55% | - |
| HSV(B) | 304.93º | 0.87% | 0.98% | - |
| XYZ | 55.01 | 27.43 | 79.49 | - |
| YUV | 120.4 | 191.55 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 233 | 0 | 0.87 | 0.07 | 0.02 | 304.93 | 0.96 | 0.55 |
| Hex | FB | 20 | E9 | 0 | 57 | 7 | 2 | 131 | 60 | 37 |
| Octal | 373 | 40 | 351 | 0 | 127 | 7 | 2 | 461 | 140 | 67 |
| Binary | 11111011 | 100000 | 11101001 | 0 | 1010111 | 111 | 10 | 100110001 | 1100000 | 110111 |
Color Harmonies of #FB20E9
Complementary color
Monochromatic Colors of #FB20E9
Black with #FB20E9
Text Example
Text Example
White with #FB20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20E9; }
p { color: rgb(251,32,233); }
H1.HeaderClassName
{
color: #FB20E9;
}
.AnyTagClassName
{
color: #FB20E9;
}
</style>
background-color css
<style>
a { background-color: #FB20E9; }
a { background-color: rgb(251,32,233); }
div.DivClassName
{
background-color: #FB20E9;
}
.BgClassName
{
background-color: #FB20E9;
}
</style>
border-color css
<style>
span { border-color: #FB20E9; }
span { border-color: rgb(251,32,233); }
td.TdClassName
{
border-color: #FB20E9;
}
.TagClassName
{
border-color: #FB20E9;
}
</style>