Shades of Razzmatazz #F21558
Tints of Razzmatazz #F21558
RGB
CMYK
RGB Variations
Color information
#F21558 (or 0xF21558) is known color: Razzmatazz. HEX triplet: F2, 15 and 58. RGB value is (242,21,88). Sum of RGB (Red+Green+Blue) = 242+21+88=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F21558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21558 is #0DEAA7. Grayscale: #5E5E5E. Windows color (decimal): -912040 or 5772786. OLE color: 5772786.
HSL color Cylindrical-coordinate representation of color #F21558: hue angle of 341.81º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21558 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.05 |
| HSL | 341.81º | 0.89% | 0.52% | - |
| HSV(B) | 341.81º | 0.91% | 0.95% | - |
| XYZ | 38.65 | 20.12 | 11.08 | - |
| YUV | 94.72 | 124.22 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 88 | 0 | 0.91 | 0.64 | 0.05 | 341.81 | 0.89 | 0.52 |
| Hex | F2 | 15 | 58 | 0 | 5B | 40 | 5 | 156 | 59 | 34 |
| Octal | 362 | 25 | 130 | 0 | 133 | 100 | 5 | 526 | 131 | 64 |
| Binary | 11110010 | 10101 | 1011000 | 0 | 1011011 | 1000000 | 101 | 101010110 | 1011001 | 110100 |
Color Harmonies of #F21558
Complementary color
Monochromatic Colors of #F21558
Black with #F21558
Text Example
Text Example
White with #F21558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21558; }
p { color: rgb(242,21,88); }
H1.HeaderClassName
{
color: #F21558;
}
.AnyTagClassName
{
color: #F21558;
}
</style>
background-color css
<style>
a { background-color: #F21558; }
a { background-color: rgb(242,21,88); }
div.DivClassName
{
background-color: #F21558;
}
.BgClassName
{
background-color: #F21558;
}
</style>
border-color css
<style>
span { border-color: #F21558; }
span { border-color: rgb(242,21,88); }
td.TdClassName
{
border-color: #F21558;
}
.TagClassName
{
border-color: #F21558;
}
</style>