Shades of Razzmatazz #F20A71
Tints of Razzmatazz #F20A71
RGB
CMYK
RGB Variations
Color information
#F20A71 (or 0xF20A71) is known color: Razzmatazz. HEX triplet: F2, 0A and 71. RGB value is (242,10,113). Sum of RGB (Red+Green+Blue) = 242+10+113=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A71 is #0DF58E. Grayscale: #5A5A5A. Windows color (decimal): -914831 or 7408370. OLE color: 7408370.
HSL color Cylindrical-coordinate representation of color #F20A71: hue angle of 333.36º degrees, saturation: 0.92, 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 #F20A71 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 113 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.05 |
| HSL | 333.36º | 0.92% | 0.49% | - |
| HSV(B) | 333.36º | 0.96% | 0.95% | - |
| XYZ | 39.71 | 20.29 | 17.45 | - |
| YUV | 91.11 | 140.36 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 113 | 0 | 0.96 | 0.53 | 0.05 | 333.36 | 0.92 | 0.49 |
| Hex | F2 | A | 71 | 0 | 60 | 35 | 5 | 14D | 5C | 31 |
| Octal | 362 | 12 | 161 | 0 | 140 | 65 | 5 | 515 | 134 | 61 |
| Binary | 11110010 | 1010 | 1110001 | 0 | 1100000 | 110101 | 101 | 101001101 | 1011100 | 110001 |
Color Harmonies of #F20A71
Complementary color
Monochromatic Colors of #F20A71
Black with #F20A71
Text Example
Text Example
White with #F20A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A71; }
p { color: rgb(242,10,113); }
H1.HeaderClassName
{
color: #F20A71;
}
.AnyTagClassName
{
color: #F20A71;
}
</style>
background-color css
<style>
a { background-color: #F20A71; }
a { background-color: rgb(242,10,113); }
div.DivClassName
{
background-color: #F20A71;
}
.BgClassName
{
background-color: #F20A71;
}
</style>
border-color css
<style>
span { border-color: #F20A71; }
span { border-color: rgb(242,10,113); }
td.TdClassName
{
border-color: #F20A71;
}
.TagClassName
{
border-color: #F20A71;
}
</style>