Shades of Razzmatazz #F20E5B
Tints of Razzmatazz #F20E5B
RGB
CMYK
RGB Variations
Color information
#F20E5B (or 0xF20E5B) is known color: Razzmatazz. HEX triplet: F2, 0E and 5B. RGB value is (242,14,91). Sum of RGB (Red+Green+Blue) = 242+14+91=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E5B is #0DF1A4. Grayscale: #5A5A5A. Windows color (decimal): -913829 or 5967602. OLE color: 5967602.
HSL color Cylindrical-coordinate representation of color #F20E5B: hue angle of 339.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E5B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 91 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.05 |
| HSL | 339.74º | 0.9% | 0.5% | - |
| HSV(B) | 339.74º | 0.94% | 0.95% | - |
| XYZ | 38.66 | 19.95 | 11.71 | - |
| YUV | 90.95 | 128.04 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 91 | 0 | 0.94 | 0.62 | 0.05 | 339.74 | 0.9 | 0.5 |
| Hex | F2 | E | 5B | 0 | 5E | 3E | 5 | 154 | 5A | 32 |
| Octal | 362 | 16 | 133 | 0 | 136 | 76 | 5 | 524 | 132 | 62 |
| Binary | 11110010 | 1110 | 1011011 | 0 | 1011110 | 111110 | 101 | 101010100 | 1011010 | 110010 |
Color Harmonies of #F20E5B
Complementary color
Monochromatic Colors of #F20E5B
Black with #F20E5B
Text Example
Text Example
White with #F20E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E5B; }
p { color: rgb(242,14,91); }
H1.HeaderClassName
{
color: #F20E5B;
}
.AnyTagClassName
{
color: #F20E5B;
}
</style>
background-color css
<style>
a { background-color: #F20E5B; }
a { background-color: rgb(242,14,91); }
div.DivClassName
{
background-color: #F20E5B;
}
.BgClassName
{
background-color: #F20E5B;
}
</style>
border-color css
<style>
span { border-color: #F20E5B; }
span { border-color: rgb(242,14,91); }
td.TdClassName
{
border-color: #F20E5B;
}
.TagClassName
{
border-color: #F20E5B;
}
</style>