Shades of Razzmatazz #F21859
Tints of Razzmatazz #F21859
RGB
CMYK
RGB Variations
Color information
#F21859 (or 0xF21859) is known color: Razzmatazz. HEX triplet: F2, 18 and 59. RGB value is (242,24,89). Sum of RGB (Red+Green+Blue) = 242+24+89=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F21859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21859 is #0DE7A6. Grayscale: #606060. Windows color (decimal): -911271 or 5839090. OLE color: 5839090.
HSL color Cylindrical-coordinate representation of color #F21859: hue angle of 342.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21859 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 89 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.05 |
| HSL | 342.11º | 0.89% | 0.52% | - |
| HSV(B) | 342.11º | 0.9% | 0.95% | - |
| XYZ | 38.75 | 20.25 | 11.32 | - |
| YUV | 96.59 | 123.72 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 89 | 0 | 0.90 | 0.63 | 0.05 | 342.11 | 0.89 | 0.52 |
| Hex | F2 | 18 | 59 | 0 | 5A | 3F | 5 | 156 | 59 | 34 |
| Octal | 362 | 30 | 131 | 0 | 132 | 77 | 5 | 526 | 131 | 64 |
| Binary | 11110010 | 11000 | 1011001 | 0 | 1011010 | 111111 | 101 | 101010110 | 1011001 | 110100 |
Color Harmonies of #F21859
Complementary color
Monochromatic Colors of #F21859
Black with #F21859
Text Example
Text Example
White with #F21859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21859; }
p { color: rgb(242,24,89); }
H1.HeaderClassName
{
color: #F21859;
}
.AnyTagClassName
{
color: #F21859;
}
</style>
background-color css
<style>
a { background-color: #F21859; }
a { background-color: rgb(242,24,89); }
div.DivClassName
{
background-color: #F21859;
}
.BgClassName
{
background-color: #F21859;
}
</style>
border-color css
<style>
span { border-color: #F21859; }
span { border-color: rgb(242,24,89); }
td.TdClassName
{
border-color: #F21859;
}
.TagClassName
{
border-color: #F21859;
}
</style>