Shades of Razzmatazz #F20E5D
Tints of Razzmatazz #F20E5D
RGB
CMYK
RGB Variations
Color information
#F20E5D (or 0xF20E5D) is known color: Razzmatazz. HEX triplet: F2, 0E and 5D. RGB value is (242,14,93). Sum of RGB (Red+Green+Blue) = 242+14+93=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E5D is #0DF1A2. Grayscale: #5B5B5B. Windows color (decimal): -913827 or 6098674. OLE color: 6098674.
HSL color Cylindrical-coordinate representation of color #F20E5D: hue angle of 339.21º 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 #F20E5D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 93 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.05 |
| HSL | 339.21º | 0.9% | 0.5% | - |
| HSV(B) | 339.21º | 0.94% | 0.95% | - |
| XYZ | 38.75 | 19.98 | 12.17 | - |
| YUV | 91.18 | 129.04 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 93 | 0 | 0.94 | 0.62 | 0.05 | 339.21 | 0.9 | 0.5 |
| Hex | F2 | E | 5D | 0 | 5E | 3E | 5 | 153 | 5A | 32 |
| Octal | 362 | 16 | 135 | 0 | 136 | 76 | 5 | 523 | 132 | 62 |
| Binary | 11110010 | 1110 | 1011101 | 0 | 1011110 | 111110 | 101 | 101010011 | 1011010 | 110010 |
Color Harmonies of #F20E5D
Complementary color
Monochromatic Colors of #F20E5D
Black with #F20E5D
Text Example
Text Example
White with #F20E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E5D; }
p { color: rgb(242,14,93); }
H1.HeaderClassName
{
color: #F20E5D;
}
.AnyTagClassName
{
color: #F20E5D;
}
</style>
background-color css
<style>
a { background-color: #F20E5D; }
a { background-color: rgb(242,14,93); }
div.DivClassName
{
background-color: #F20E5D;
}
.BgClassName
{
background-color: #F20E5D;
}
</style>
border-color css
<style>
span { border-color: #F20E5D; }
span { border-color: rgb(242,14,93); }
td.TdClassName
{
border-color: #F20E5D;
}
.TagClassName
{
border-color: #F20E5D;
}
</style>