Shades of Razzmatazz #F20E55
Tints of Razzmatazz #F20E55
RGB
CMYK
RGB Variations
Color information
#F20E55 (or 0xF20E55) is known color: Razzmatazz. HEX triplet: F2, 0E and 55. RGB value is (242,14,85). Sum of RGB (Red+Green+Blue) = 242+14+85=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E55 is #0DF1AA. Grayscale: #5A5A5A. Windows color (decimal): -913835 or 5574386. OLE color: 5574386.
HSL color Cylindrical-coordinate representation of color #F20E55: hue angle of 341.32º 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 #F20E55 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 85 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.05 |
| HSL | 341.32º | 0.9% | 0.5% | - |
| HSV(B) | 341.32º | 0.94% | 0.95% | - |
| XYZ | 38.41 | 19.85 | 10.4 | - |
| YUV | 90.27 | 125.04 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 85 | 0 | 0.94 | 0.65 | 0.05 | 341.32 | 0.9 | 0.5 |
| Hex | F2 | E | 55 | 0 | 5E | 41 | 5 | 155 | 5A | 32 |
| Octal | 362 | 16 | 125 | 0 | 136 | 101 | 5 | 525 | 132 | 62 |
| Binary | 11110010 | 1110 | 1010101 | 0 | 1011110 | 1000001 | 101 | 101010101 | 1011010 | 110010 |
Color Harmonies of #F20E55
Complementary color
Monochromatic Colors of #F20E55
Black with #F20E55
Text Example
Text Example
White with #F20E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E55; }
p { color: rgb(242,14,85); }
H1.HeaderClassName
{
color: #F20E55;
}
.AnyTagClassName
{
color: #F20E55;
}
</style>
background-color css
<style>
a { background-color: #F20E55; }
a { background-color: rgb(242,14,85); }
div.DivClassName
{
background-color: #F20E55;
}
.BgClassName
{
background-color: #F20E55;
}
</style>
border-color css
<style>
span { border-color: #F20E55; }
span { border-color: rgb(242,14,85); }
td.TdClassName
{
border-color: #F20E55;
}
.TagClassName
{
border-color: #F20E55;
}
</style>