Shades of Razzmatazz #F20E57
Tints of Razzmatazz #F20E57
RGB
CMYK
RGB Variations
Color information
#F20E57 (or 0xF20E57) is known color: Razzmatazz. HEX triplet: F2, 0E and 57. RGB value is (242,14,87). Sum of RGB (Red+Green+Blue) = 242+14+87=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E57 is #0DF1A8. Grayscale: #5A5A5A. Windows color (decimal): -913833 or 5705458. OLE color: 5705458.
HSL color Cylindrical-coordinate representation of color #F20E57: hue angle of 340.79º 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 #F20E57 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 87 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.05 |
| HSL | 340.79º | 0.9% | 0.5% | - |
| HSV(B) | 340.79º | 0.94% | 0.95% | - |
| XYZ | 38.5 | 19.88 | 10.83 | - |
| YUV | 90.49 | 126.04 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 87 | 0 | 0.94 | 0.64 | 0.05 | 340.79 | 0.9 | 0.5 |
| Hex | F2 | E | 57 | 0 | 5E | 40 | 5 | 155 | 5A | 32 |
| Octal | 362 | 16 | 127 | 0 | 136 | 100 | 5 | 525 | 132 | 62 |
| Binary | 11110010 | 1110 | 1010111 | 0 | 1011110 | 1000000 | 101 | 101010101 | 1011010 | 110010 |
Color Harmonies of #F20E57
Complementary color
Monochromatic Colors of #F20E57
Black with #F20E57
Text Example
Text Example
White with #F20E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E57; }
p { color: rgb(242,14,87); }
H1.HeaderClassName
{
color: #F20E57;
}
.AnyTagClassName
{
color: #F20E57;
}
</style>
background-color css
<style>
a { background-color: #F20E57; }
a { background-color: rgb(242,14,87); }
div.DivClassName
{
background-color: #F20E57;
}
.BgClassName
{
background-color: #F20E57;
}
</style>
border-color css
<style>
span { border-color: #F20E57; }
span { border-color: rgb(242,14,87); }
td.TdClassName
{
border-color: #F20E57;
}
.TagClassName
{
border-color: #F20E57;
}
</style>