Shades of Razzmatazz #F20760
Tints of Razzmatazz #F20760
RGB
CMYK
RGB Variations
Color information
#F20760 (or 0xF20760) is known color: Razzmatazz. HEX triplet: F2, 07 and 60. RGB value is (242,7,96). Sum of RGB (Red+Green+Blue) = 242+7+96=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F20760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20760 is #0DF89F. Grayscale: #575757. Windows color (decimal): -915616 or 6293490. OLE color: 6293490.
HSL color Cylindrical-coordinate representation of color #F20760: hue angle of 337.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20760 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.05 |
| HSL | 337.28º | 0.94% | 0.49% | - |
| HSV(B) | 337.28º | 0.97% | 0.95% | - |
| XYZ | 38.81 | 19.87 | 12.86 | - |
| YUV | 87.41 | 132.86 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 96 | 0 | 0.97 | 0.60 | 0.05 | 337.28 | 0.94 | 0.49 |
| Hex | F2 | 7 | 60 | 0 | 61 | 3C | 5 | 151 | 5E | 31 |
| Octal | 362 | 7 | 140 | 0 | 141 | 74 | 5 | 521 | 136 | 61 |
| Binary | 11110010 | 111 | 1100000 | 0 | 1100001 | 111100 | 101 | 101010001 | 1011110 | 110001 |
Color Harmonies of #F20760
Complementary color
Monochromatic Colors of #F20760
Black with #F20760
Text Example
Text Example
White with #F20760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20760; }
p { color: rgb(242,7,96); }
H1.HeaderClassName
{
color: #F20760;
}
.AnyTagClassName
{
color: #F20760;
}
</style>
background-color css
<style>
a { background-color: #F20760; }
a { background-color: rgb(242,7,96); }
div.DivClassName
{
background-color: #F20760;
}
.BgClassName
{
background-color: #F20760;
}
</style>
border-color css
<style>
span { border-color: #F20760; }
span { border-color: rgb(242,7,96); }
td.TdClassName
{
border-color: #F20760;
}
.TagClassName
{
border-color: #F20760;
}
</style>