Shades of Razzmatazz #F20577
Tints of Razzmatazz #F20577
RGB
CMYK
RGB Variations
Color information
#F20577 (or 0xF20577) is known color: Razzmatazz. HEX triplet: F2, 05 and 77. RGB value is (242,5,119). Sum of RGB (Red+Green+Blue) = 242+5+119=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F20577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20577 is #0DFA88. Grayscale: #585858. Windows color (decimal): -916105 or 7800306. OLE color: 7800306.
HSL color Cylindrical-coordinate representation of color #F20577: hue angle of 331.14º 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 #F20577 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.05 |
| HSL | 331.14º | 0.96% | 0.48% | - |
| HSV(B) | 331.14º | 0.98% | 0.95% | - |
| XYZ | 40 | 20.32 | 19.27 | - |
| YUV | 88.86 | 145.02 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 119 | 0 | 0.98 | 0.51 | 0.05 | 331.14 | 0.96 | 0.48 |
| Hex | F2 | 5 | 77 | 0 | 62 | 33 | 5 | 14B | 60 | 30 |
| Octal | 362 | 5 | 167 | 0 | 142 | 63 | 5 | 513 | 140 | 60 |
| Binary | 11110010 | 101 | 1110111 | 0 | 1100010 | 110011 | 101 | 101001011 | 1100000 | 110000 |
Color Harmonies of #F20577
Complementary color
Monochromatic Colors of #F20577
Black with #F20577
Text Example
Text Example
White with #F20577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20577; }
p { color: rgb(242,5,119); }
H1.HeaderClassName
{
color: #F20577;
}
.AnyTagClassName
{
color: #F20577;
}
</style>
background-color css
<style>
a { background-color: #F20577; }
a { background-color: rgb(242,5,119); }
div.DivClassName
{
background-color: #F20577;
}
.BgClassName
{
background-color: #F20577;
}
</style>
border-color css
<style>
span { border-color: #F20577; }
span { border-color: rgb(242,5,119); }
td.TdClassName
{
border-color: #F20577;
}
.TagClassName
{
border-color: #F20577;
}
</style>