Shades of Razzmatazz #F2114C
Tints of Razzmatazz #F2114C
RGB
CMYK
RGB Variations
Color information
#F2114C (or 0xF2114C) is known color: Razzmatazz. HEX triplet: F2, 11 and 4C. RGB value is (242,17,76). Sum of RGB (Red+Green+Blue) = 242+17+76=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2114C is #0DEEB3. Grayscale: #5A5A5A. Windows color (decimal): -913076 or 4985330. OLE color: 4985330.
HSL color Cylindrical-coordinate representation of color #F2114C: hue angle of 344.27º 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 #F2114C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 76 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.05 |
| HSL | 344.27º | 0.9% | 0.51% | - |
| HSV(B) | 344.27º | 0.93% | 0.95% | - |
| XYZ | 38.12 | 19.8 | 8.65 | - |
| YUV | 91 | 119.54 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 76 | 0 | 0.93 | 0.69 | 0.05 | 344.27 | 0.9 | 0.51 |
| Hex | F2 | 11 | 4C | 0 | 5D | 45 | 5 | 158 | 5A | 33 |
| Octal | 362 | 21 | 114 | 0 | 135 | 105 | 5 | 530 | 132 | 63 |
| Binary | 11110010 | 10001 | 1001100 | 0 | 1011101 | 1000101 | 101 | 101011000 | 1011010 | 110011 |
Color Harmonies of #F2114C
Complementary color
Monochromatic Colors of #F2114C
Black with #F2114C
Text Example
Text Example
White with #F2114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2114C; }
p { color: rgb(242,17,76); }
H1.HeaderClassName
{
color: #F2114C;
}
.AnyTagClassName
{
color: #F2114C;
}
</style>
background-color css
<style>
a { background-color: #F2114C; }
a { background-color: rgb(242,17,76); }
div.DivClassName
{
background-color: #F2114C;
}
.BgClassName
{
background-color: #F2114C;
}
</style>
border-color css
<style>
span { border-color: #F2114C; }
span { border-color: rgb(242,17,76); }
td.TdClassName
{
border-color: #F2114C;
}
.TagClassName
{
border-color: #F2114C;
}
</style>