Shades of Razzmatazz #F21064
Tints of Razzmatazz #F21064
RGB
CMYK
RGB Variations
Color information
#F21064 (or 0xF21064) is known color: Razzmatazz. HEX triplet: F2, 10 and 64. RGB value is (242,16,100). Sum of RGB (Red+Green+Blue) = 242+16+100=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F21064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21064 is #0DEF9B. Grayscale: #5D5D5D. Windows color (decimal): -913308 or 6557938. OLE color: 6557938.
HSL color Cylindrical-coordinate representation of color #F21064: hue angle of 337.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21064 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 100 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.05 |
| HSL | 337.7º | 0.9% | 0.51% | - |
| HSV(B) | 337.7º | 0.93% | 0.95% | - |
| XYZ | 39.1 | 20.17 | 13.89 | - |
| YUV | 93.15 | 131.87 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 100 | 0 | 0.93 | 0.59 | 0.05 | 337.7 | 0.9 | 0.51 |
| Hex | F2 | 10 | 64 | 0 | 5D | 3B | 5 | 152 | 5A | 33 |
| Octal | 362 | 20 | 144 | 0 | 135 | 73 | 5 | 522 | 132 | 63 |
| Binary | 11110010 | 10000 | 1100100 | 0 | 1011101 | 111011 | 101 | 101010010 | 1011010 | 110011 |
Color Harmonies of #F21064
Complementary color
Monochromatic Colors of #F21064
Black with #F21064
Text Example
Text Example
White with #F21064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21064; }
p { color: rgb(242,16,100); }
H1.HeaderClassName
{
color: #F21064;
}
.AnyTagClassName
{
color: #F21064;
}
</style>
background-color css
<style>
a { background-color: #F21064; }
a { background-color: rgb(242,16,100); }
div.DivClassName
{
background-color: #F21064;
}
.BgClassName
{
background-color: #F21064;
}
</style>
border-color css
<style>
span { border-color: #F21064; }
span { border-color: rgb(242,16,100); }
td.TdClassName
{
border-color: #F21064;
}
.TagClassName
{
border-color: #F21064;
}
</style>