Shades of Razzmatazz #F20759
Tints of Razzmatazz #F20759
RGB
CMYK
RGB Variations
Color information
#F20759 (or 0xF20759) is known color: Razzmatazz. HEX triplet: F2, 07 and 59. RGB value is (242,7,89). Sum of RGB (Red+Green+Blue) = 242+7+89=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F20759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20759 is #0DF8A6. Grayscale: #565656. Windows color (decimal): -915623 or 5834738. OLE color: 5834738.
HSL color Cylindrical-coordinate representation of color #F20759: hue angle of 339.06º 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 #F20759 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.05 |
| HSL | 339.06º | 0.94% | 0.49% | - |
| HSV(B) | 339.06º | 0.97% | 0.95% | - |
| XYZ | 38.5 | 19.75 | 11.23 | - |
| YUV | 86.61 | 129.36 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 89 | 0 | 0.97 | 0.63 | 0.05 | 339.06 | 0.94 | 0.49 |
| Hex | F2 | 7 | 59 | 0 | 61 | 3F | 5 | 153 | 5E | 31 |
| Octal | 362 | 7 | 131 | 0 | 141 | 77 | 5 | 523 | 136 | 61 |
| Binary | 11110010 | 111 | 1011001 | 0 | 1100001 | 111111 | 101 | 101010011 | 1011110 | 110001 |
Color Harmonies of #F20759
Complementary color
Monochromatic Colors of #F20759
Black with #F20759
Text Example
Text Example
White with #F20759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20759; }
p { color: rgb(242,7,89); }
H1.HeaderClassName
{
color: #F20759;
}
.AnyTagClassName
{
color: #F20759;
}
</style>
background-color css
<style>
a { background-color: #F20759; }
a { background-color: rgb(242,7,89); }
div.DivClassName
{
background-color: #F20759;
}
.BgClassName
{
background-color: #F20759;
}
</style>
border-color css
<style>
span { border-color: #F20759; }
span { border-color: rgb(242,7,89); }
td.TdClassName
{
border-color: #F20759;
}
.TagClassName
{
border-color: #F20759;
}
</style>