Shades of Razzmatazz #F21163
Tints of Razzmatazz #F21163
RGB
CMYK
RGB Variations
Color information
#F21163 (or 0xF21163) is known color: Razzmatazz. HEX triplet: F2, 11 and 63. RGB value is (242,17,99). Sum of RGB (Red+Green+Blue) = 242+17+99=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F21163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21163 is #0DEE9C. Grayscale: #5D5D5D. Windows color (decimal): -913053 or 6492658. OLE color: 6492658.
HSL color Cylindrical-coordinate representation of color #F21163: hue angle of 338.13º 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 #F21163 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 99 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.05 |
| HSL | 338.13º | 0.9% | 0.51% | - |
| HSV(B) | 338.13º | 0.93% | 0.95% | - |
| XYZ | 39.07 | 20.18 | 13.64 | - |
| YUV | 93.62 | 131.04 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 99 | 0 | 0.93 | 0.59 | 0.05 | 338.13 | 0.9 | 0.51 |
| Hex | F2 | 11 | 63 | 0 | 5D | 3B | 5 | 152 | 5A | 33 |
| Octal | 362 | 21 | 143 | 0 | 135 | 73 | 5 | 522 | 132 | 63 |
| Binary | 11110010 | 10001 | 1100011 | 0 | 1011101 | 111011 | 101 | 101010010 | 1011010 | 110011 |
Color Harmonies of #F21163
Complementary color
Monochromatic Colors of #F21163
Black with #F21163
Text Example
Text Example
White with #F21163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21163; }
p { color: rgb(242,17,99); }
H1.HeaderClassName
{
color: #F21163;
}
.AnyTagClassName
{
color: #F21163;
}
</style>
background-color css
<style>
a { background-color: #F21163; }
a { background-color: rgb(242,17,99); }
div.DivClassName
{
background-color: #F21163;
}
.BgClassName
{
background-color: #F21163;
}
</style>
border-color css
<style>
span { border-color: #F21163; }
span { border-color: rgb(242,17,99); }
td.TdClassName
{
border-color: #F21163;
}
.TagClassName
{
border-color: #F21163;
}
</style>