Shades of Razzmatazz #F20957
Tints of Razzmatazz #F20957
RGB
CMYK
RGB Variations
Color information
#F20957 (or 0xF20957) is known color: Razzmatazz. HEX triplet: F2, 09 and 57. RGB value is (242,9,87). Sum of RGB (Red+Green+Blue) = 242+9+87=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F20957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20957 is #0DF6A8. Grayscale: #575757. Windows color (decimal): -915113 or 5704178. OLE color: 5704178.
HSL color Cylindrical-coordinate representation of color #F20957: hue angle of 339.91º degrees, saturation: 0.93, 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 #F20957 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.05 |
| HSL | 339.91º | 0.93% | 0.49% | - |
| HSV(B) | 339.91º | 0.96% | 0.95% | - |
| XYZ | 38.44 | 19.76 | 10.81 | - |
| YUV | 87.56 | 127.69 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 87 | 0 | 0.96 | 0.64 | 0.05 | 339.91 | 0.93 | 0.49 |
| Hex | F2 | 9 | 57 | 0 | 60 | 40 | 5 | 154 | 5D | 31 |
| Octal | 362 | 11 | 127 | 0 | 140 | 100 | 5 | 524 | 135 | 61 |
| Binary | 11110010 | 1001 | 1010111 | 0 | 1100000 | 1000000 | 101 | 101010100 | 1011101 | 110001 |
Color Harmonies of #F20957
Complementary color
Monochromatic Colors of #F20957
Black with #F20957
Text Example
Text Example
White with #F20957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20957; }
p { color: rgb(242,9,87); }
H1.HeaderClassName
{
color: #F20957;
}
.AnyTagClassName
{
color: #F20957;
}
</style>
background-color css
<style>
a { background-color: #F20957; }
a { background-color: rgb(242,9,87); }
div.DivClassName
{
background-color: #F20957;
}
.BgClassName
{
background-color: #F20957;
}
</style>
border-color css
<style>
span { border-color: #F20957; }
span { border-color: rgb(242,9,87); }
td.TdClassName
{
border-color: #F20957;
}
.TagClassName
{
border-color: #F20957;
}
</style>