Shades of Razzmatazz #F21059
Tints of Razzmatazz #F21059
RGB
CMYK
RGB Variations
Color information
#F21059 (or 0xF21059) is known color: Razzmatazz. HEX triplet: F2, 10 and 59. RGB value is (242,16,89). Sum of RGB (Red+Green+Blue) = 242+16+89=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21059 is #0DEFA6. Grayscale: #5B5B5B. Windows color (decimal): -913319 or 5837042. OLE color: 5837042.
HSL color Cylindrical-coordinate representation of color #F21059: hue angle of 340.62º 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 #F21059 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.05 |
| HSL | 340.62º | 0.9% | 0.51% | - |
| HSV(B) | 340.62º | 0.93% | 0.95% | - |
| XYZ | 38.61 | 19.97 | 11.27 | - |
| YUV | 91.9 | 126.37 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 89 | 0 | 0.93 | 0.63 | 0.05 | 340.62 | 0.9 | 0.51 |
| Hex | F2 | 10 | 59 | 0 | 5D | 3F | 5 | 155 | 5A | 33 |
| Octal | 362 | 20 | 131 | 0 | 135 | 77 | 5 | 525 | 132 | 63 |
| Binary | 11110010 | 10000 | 1011001 | 0 | 1011101 | 111111 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F21059
Complementary color
Monochromatic Colors of #F21059
Black with #F21059
Text Example
Text Example
White with #F21059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21059; }
p { color: rgb(242,16,89); }
H1.HeaderClassName
{
color: #F21059;
}
.AnyTagClassName
{
color: #F21059;
}
</style>
background-color css
<style>
a { background-color: #F21059; }
a { background-color: rgb(242,16,89); }
div.DivClassName
{
background-color: #F21059;
}
.BgClassName
{
background-color: #F21059;
}
</style>
border-color css
<style>
span { border-color: #F21059; }
span { border-color: rgb(242,16,89); }
td.TdClassName
{
border-color: #F21059;
}
.TagClassName
{
border-color: #F21059;
}
</style>