Shades of Razzmatazz #F20A56
Tints of Razzmatazz #F20A56
RGB
CMYK
RGB Variations
Color information
#F20A56 (or 0xF20A56) is known color: Razzmatazz. HEX triplet: F2, 0A and 56. RGB value is (242,10,86). Sum of RGB (Red+Green+Blue) = 242+10+86=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A56 is #0DF5A9. Grayscale: #575757. Windows color (decimal): -914858 or 5638898. OLE color: 5638898.
HSL color Cylindrical-coordinate representation of color #F20A56: hue angle of 340.34º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A56 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 86 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.05 |
| HSL | 340.34º | 0.92% | 0.49% | - |
| HSV(B) | 340.34º | 0.96% | 0.95% | - |
| XYZ | 38.41 | 19.77 | 10.6 | - |
| YUV | 88.03 | 126.86 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 86 | 0 | 0.96 | 0.64 | 0.05 | 340.34 | 0.92 | 0.49 |
| Hex | F2 | A | 56 | 0 | 60 | 40 | 5 | 154 | 5C | 31 |
| Octal | 362 | 12 | 126 | 0 | 140 | 100 | 5 | 524 | 134 | 61 |
| Binary | 11110010 | 1010 | 1010110 | 0 | 1100000 | 1000000 | 101 | 101010100 | 1011100 | 110001 |
Color Harmonies of #F20A56
Complementary color
Monochromatic Colors of #F20A56
Black with #F20A56
Text Example
Text Example
White with #F20A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A56; }
p { color: rgb(242,10,86); }
H1.HeaderClassName
{
color: #F20A56;
}
.AnyTagClassName
{
color: #F20A56;
}
</style>
background-color css
<style>
a { background-color: #F20A56; }
a { background-color: rgb(242,10,86); }
div.DivClassName
{
background-color: #F20A56;
}
.BgClassName
{
background-color: #F20A56;
}
</style>
border-color css
<style>
span { border-color: #F20A56; }
span { border-color: rgb(242,10,86); }
td.TdClassName
{
border-color: #F20A56;
}
.TagClassName
{
border-color: #F20A56;
}
</style>