Shades of Razzmatazz #F20972
Tints of Razzmatazz #F20972
RGB
CMYK
RGB Variations
Color information
#F20972 (or 0xF20972) is known color: Razzmatazz. HEX triplet: F2, 09 and 72. RGB value is (242,9,114). Sum of RGB (Red+Green+Blue) = 242+9+114=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F20972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20972 is #0DF68D. Grayscale: #5A5A5A. Windows color (decimal): -915086 or 7473650. OLE color: 7473650.
HSL color Cylindrical-coordinate representation of color #F20972: hue angle of 332.96º degrees, saturation: 0.93, 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 #F20972 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.05 |
| HSL | 332.96º | 0.93% | 0.49% | - |
| HSV(B) | 332.96º | 0.96% | 0.95% | - |
| XYZ | 39.75 | 20.29 | 17.74 | - |
| YUV | 90.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 114 | 0 | 0.96 | 0.53 | 0.05 | 332.96 | 0.93 | 0.49 |
| Hex | F2 | 9 | 72 | 0 | 60 | 35 | 5 | 14D | 5D | 31 |
| Octal | 362 | 11 | 162 | 0 | 140 | 65 | 5 | 515 | 135 | 61 |
| Binary | 11110010 | 1001 | 1110010 | 0 | 1100000 | 110101 | 101 | 101001101 | 1011101 | 110001 |
Color Harmonies of #F20972
Complementary color
Monochromatic Colors of #F20972
Black with #F20972
Text Example
Text Example
White with #F20972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20972; }
p { color: rgb(242,9,114); }
H1.HeaderClassName
{
color: #F20972;
}
.AnyTagClassName
{
color: #F20972;
}
</style>
background-color css
<style>
a { background-color: #F20972; }
a { background-color: rgb(242,9,114); }
div.DivClassName
{
background-color: #F20972;
}
.BgClassName
{
background-color: #F20972;
}
</style>
border-color css
<style>
span { border-color: #F20972; }
span { border-color: rgb(242,9,114); }
td.TdClassName
{
border-color: #F20972;
}
.TagClassName
{
border-color: #F20972;
}
</style>