Shades of Razzmatazz #F2124D
Tints of Razzmatazz #F2124D
RGB
CMYK
RGB Variations
Color information
#F2124D (or 0xF2124D) is known color: Razzmatazz. HEX triplet: F2, 12 and 4D. RGB value is (242,18,77). Sum of RGB (Red+Green+Blue) = 242+18+77=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2124D is #0DEDB2. Grayscale: #5B5B5B. Windows color (decimal): -912819 or 5051122. OLE color: 5051122.
HSL color Cylindrical-coordinate representation of color #F2124D: hue angle of 344.2º 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 #F2124D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 77 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.05 |
| HSL | 344.2º | 0.9% | 0.51% | - |
| HSV(B) | 344.2º | 0.93% | 0.95% | - |
| XYZ | 38.17 | 19.85 | 8.84 | - |
| YUV | 91.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 77 | 0 | 0.93 | 0.68 | 0.05 | 344.2 | 0.9 | 0.51 |
| Hex | F2 | 12 | 4D | 0 | 5D | 44 | 5 | 158 | 5A | 33 |
| Octal | 362 | 22 | 115 | 0 | 135 | 104 | 5 | 530 | 132 | 63 |
| Binary | 11110010 | 10010 | 1001101 | 0 | 1011101 | 1000100 | 101 | 101011000 | 1011010 | 110011 |
Color Harmonies of #F2124D
Complementary color
Monochromatic Colors of #F2124D
Black with #F2124D
Text Example
Text Example
White with #F2124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2124D; }
p { color: rgb(242,18,77); }
H1.HeaderClassName
{
color: #F2124D;
}
.AnyTagClassName
{
color: #F2124D;
}
</style>
background-color css
<style>
a { background-color: #F2124D; }
a { background-color: rgb(242,18,77); }
div.DivClassName
{
background-color: #F2124D;
}
.BgClassName
{
background-color: #F2124D;
}
</style>
border-color css
<style>
span { border-color: #F2124D; }
span { border-color: rgb(242,18,77); }
td.TdClassName
{
border-color: #F2124D;
}
.TagClassName
{
border-color: #F2124D;
}
</style>