Shades of Razzmatazz #F20471
Tints of Razzmatazz #F20471
RGB
CMYK
RGB Variations
Color information
#F20471 (or 0xF20471) is known color: Razzmatazz. HEX triplet: F2, 04 and 71. RGB value is (242,4,113). Sum of RGB (Red+Green+Blue) = 242+4+113=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F20471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20471 is #0DFB8E. Grayscale: #575757. Windows color (decimal): -916367 or 7406834. OLE color: 7406834.
HSL color Cylindrical-coordinate representation of color #F20471: hue angle of 332.52º degrees, saturation: 0.97, 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 #F20471 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.05 |
| HSL | 332.52º | 0.97% | 0.48% | - |
| HSV(B) | 332.52º | 0.98% | 0.95% | - |
| XYZ | 39.64 | 20.16 | 17.42 | - |
| YUV | 87.59 | 142.35 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 113 | 0 | 0.98 | 0.53 | 0.05 | 332.52 | 0.97 | 0.48 |
| Hex | F2 | 4 | 71 | 0 | 62 | 35 | 5 | 14D | 61 | 30 |
| Octal | 362 | 4 | 161 | 0 | 142 | 65 | 5 | 515 | 141 | 60 |
| Binary | 11110010 | 100 | 1110001 | 0 | 1100010 | 110101 | 101 | 101001101 | 1100001 | 110000 |
Color Harmonies of #F20471
Complementary color
Monochromatic Colors of #F20471
Black with #F20471
Text Example
Text Example
White with #F20471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20471; }
p { color: rgb(242,4,113); }
H1.HeaderClassName
{
color: #F20471;
}
.AnyTagClassName
{
color: #F20471;
}
</style>
background-color css
<style>
a { background-color: #F20471; }
a { background-color: rgb(242,4,113); }
div.DivClassName
{
background-color: #F20471;
}
.BgClassName
{
background-color: #F20471;
}
</style>
border-color css
<style>
span { border-color: #F20471; }
span { border-color: rgb(242,4,113); }
td.TdClassName
{
border-color: #F20471;
}
.TagClassName
{
border-color: #F20471;
}
</style>