Shades of Razzmatazz #F20557
Tints of Razzmatazz #F20557
RGB
CMYK
RGB Variations
Color information
#F20557 (or 0xF20557) is known color: Razzmatazz. HEX triplet: F2, 05 and 57. RGB value is (242,5,87). Sum of RGB (Red+Green+Blue) = 242+5+87=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F20557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20557 is #0DFAA8. Grayscale: #555555. Windows color (decimal): -916137 or 5703154. OLE color: 5703154.
HSL color Cylindrical-coordinate representation of color #F20557: hue angle of 339.24º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20557 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.05 |
| HSL | 339.24º | 0.96% | 0.48% | - |
| HSV(B) | 339.24º | 0.98% | 0.95% | - |
| XYZ | 38.39 | 19.67 | 10.79 | - |
| YUV | 85.21 | 129.02 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 87 | 0 | 0.98 | 0.64 | 0.05 | 339.24 | 0.96 | 0.48 |
| Hex | F2 | 5 | 57 | 0 | 62 | 40 | 5 | 153 | 60 | 30 |
| Octal | 362 | 5 | 127 | 0 | 142 | 100 | 5 | 523 | 140 | 60 |
| Binary | 11110010 | 101 | 1010111 | 0 | 1100010 | 1000000 | 101 | 101010011 | 1100000 | 110000 |
Color Harmonies of #F20557
Complementary color
Monochromatic Colors of #F20557
Black with #F20557
Text Example
Text Example
White with #F20557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20557; }
p { color: rgb(242,5,87); }
H1.HeaderClassName
{
color: #F20557;
}
.AnyTagClassName
{
color: #F20557;
}
</style>
background-color css
<style>
a { background-color: #F20557; }
a { background-color: rgb(242,5,87); }
div.DivClassName
{
background-color: #F20557;
}
.BgClassName
{
background-color: #F20557;
}
</style>
border-color css
<style>
span { border-color: #F20557; }
span { border-color: rgb(242,5,87); }
td.TdClassName
{
border-color: #F20557;
}
.TagClassName
{
border-color: #F20557;
}
</style>