Shades of Razzmatazz #F20674
Tints of Razzmatazz #F20674
RGB
CMYK
RGB Variations
Color information
#F20674 (or 0xF20674) is known color: Razzmatazz. HEX triplet: F2, 06 and 74. RGB value is (242,6,116). Sum of RGB (Red+Green+Blue) = 242+6+116=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F20674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20674 is #0DF98B. Grayscale: #585858. Windows color (decimal): -915852 or 7603954. OLE color: 7603954.
HSL color Cylindrical-coordinate representation of color #F20674: hue angle of 332.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20674 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 116 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.05 |
| HSL | 332.03º | 0.95% | 0.49% | - |
| HSV(B) | 332.03º | 0.98% | 0.95% | - |
| XYZ | 39.84 | 20.27 | 18.34 | - |
| YUV | 89.1 | 143.19 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 116 | 0 | 0.98 | 0.52 | 0.05 | 332.03 | 0.95 | 0.49 |
| Hex | F2 | 6 | 74 | 0 | 62 | 34 | 5 | 14C | 5F | 31 |
| Octal | 362 | 6 | 164 | 0 | 142 | 64 | 5 | 514 | 137 | 61 |
| Binary | 11110010 | 110 | 1110100 | 0 | 1100010 | 110100 | 101 | 101001100 | 1011111 | 110001 |
Color Harmonies of #F20674
Complementary color
Monochromatic Colors of #F20674
Black with #F20674
Text Example
Text Example
White with #F20674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20674; }
p { color: rgb(242,6,116); }
H1.HeaderClassName
{
color: #F20674;
}
.AnyTagClassName
{
color: #F20674;
}
</style>
background-color css
<style>
a { background-color: #F20674; }
a { background-color: rgb(242,6,116); }
div.DivClassName
{
background-color: #F20674;
}
.BgClassName
{
background-color: #F20674;
}
</style>
border-color css
<style>
span { border-color: #F20674; }
span { border-color: rgb(242,6,116); }
td.TdClassName
{
border-color: #F20674;
}
.TagClassName
{
border-color: #F20674;
}
</style>