Shades of Razzmatazz #F20072
Tints of Razzmatazz #F20072
RGB
CMYK
RGB Variations
Color information
#F20072 (or 0xF20072) is known color: Razzmatazz. HEX triplet: F2, 00 and 72. RGB value is (242,0,114). Sum of RGB (Red+Green+Blue) = 242+0+114=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F20072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20072 is #0DFF8D. Grayscale: #555555. Windows color (decimal): -917390 or 7471346. OLE color: 7471346.
HSL color Cylindrical-coordinate representation of color #F20072: hue angle of 331.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20072 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.53 | 0.05 |
| HSL | 331.74º | 1% | 0.47% | - |
| HSV(B) | 331.74º | 1% | 0.95% | - |
| XYZ | 39.66 | 20.09 | 17.71 | - |
| YUV | 85.35 | 144.17 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 114 | 0 | 1 | 0.53 | 0.05 | 331.74 | 1 | 0.47 |
| Hex | F2 | 0 | 72 | 0 | 64 | 35 | 5 | 14C | 64 | 2F |
| Octal | 362 | 0 | 162 | 0 | 144 | 65 | 5 | 514 | 144 | 57 |
| Binary | 11110010 | 0 | 1110010 | 0 | 1100100 | 110101 | 101 | 101001100 | 1100100 | 101111 |
Color Harmonies of #F20072
Complementary color
Monochromatic Colors of #F20072
Black with #F20072
Text Example
Text Example
White with #F20072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20072; }
p { color: rgb(242,0,114); }
H1.HeaderClassName
{
color: #F20072;
}
.AnyTagClassName
{
color: #F20072;
}
</style>
background-color css
<style>
a { background-color: #F20072; }
a { background-color: rgb(242,0,114); }
div.DivClassName
{
background-color: #F20072;
}
.BgClassName
{
background-color: #F20072;
}
</style>
border-color css
<style>
span { border-color: #F20072; }
span { border-color: rgb(242,0,114); }
td.TdClassName
{
border-color: #F20072;
}
.TagClassName
{
border-color: #F20072;
}
</style>