Shades of Razzmatazz #F20372
Tints of Razzmatazz #F20372
RGB
CMYK
RGB Variations
Color information
#F20372 (or 0xF20372) is known color: Razzmatazz. HEX triplet: F2, 03 and 72. RGB value is (242,3,114). Sum of RGB (Red+Green+Blue) = 242+3+114=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F20372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20372 is #0DFC8D. Grayscale: #565656. Windows color (decimal): -916622 or 7472114. OLE color: 7472114.
HSL color Cylindrical-coordinate representation of color #F20372: hue angle of 332.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20372 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.05 |
| HSL | 332.13º | 0.98% | 0.48% | - |
| HSV(B) | 332.13º | 0.99% | 0.95% | - |
| XYZ | 39.69 | 20.16 | 17.72 | - |
| YUV | 87.12 | 143.18 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 114 | 0 | 0.99 | 0.53 | 0.05 | 332.13 | 0.98 | 0.48 |
| Hex | F2 | 3 | 72 | 0 | 63 | 35 | 5 | 14C | 62 | 30 |
| Octal | 362 | 3 | 162 | 0 | 143 | 65 | 5 | 514 | 142 | 60 |
| Binary | 11110010 | 11 | 1110010 | 0 | 1100011 | 110101 | 101 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F20372
Complementary color
Monochromatic Colors of #F20372
Black with #F20372
Text Example
Text Example
White with #F20372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20372; }
p { color: rgb(242,3,114); }
H1.HeaderClassName
{
color: #F20372;
}
.AnyTagClassName
{
color: #F20372;
}
</style>
background-color css
<style>
a { background-color: #F20372; }
a { background-color: rgb(242,3,114); }
div.DivClassName
{
background-color: #F20372;
}
.BgClassName
{
background-color: #F20372;
}
</style>
border-color css
<style>
span { border-color: #F20372; }
span { border-color: rgb(242,3,114); }
td.TdClassName
{
border-color: #F20372;
}
.TagClassName
{
border-color: #F20372;
}
</style>