Shades of Razzmatazz #F21459
Tints of Razzmatazz #F21459
RGB
CMYK
RGB Variations
Color information
#F21459 (or 0xF21459) is known color: Razzmatazz. HEX triplet: F2, 14 and 59. RGB value is (242,20,89). Sum of RGB (Red+Green+Blue) = 242+20+89=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F21459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21459 is #0DEBA6. Grayscale: #5E5E5E. Windows color (decimal): -912295 or 5838066. OLE color: 5838066.
HSL color Cylindrical-coordinate representation of color #F21459: hue angle of 341.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21459 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 89 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.05 |
| HSL | 341.35º | 0.9% | 0.51% | - |
| HSV(B) | 341.35º | 0.92% | 0.95% | - |
| XYZ | 38.67 | 20.1 | 11.29 | - |
| YUV | 94.24 | 125.05 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 89 | 0 | 0.92 | 0.63 | 0.05 | 341.35 | 0.9 | 0.51 |
| Hex | F2 | 14 | 59 | 0 | 5C | 3F | 5 | 155 | 5A | 33 |
| Octal | 362 | 24 | 131 | 0 | 134 | 77 | 5 | 525 | 132 | 63 |
| Binary | 11110010 | 10100 | 1011001 | 0 | 1011100 | 111111 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F21459
Complementary color
Monochromatic Colors of #F21459
Black with #F21459
Text Example
Text Example
White with #F21459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21459; }
p { color: rgb(242,20,89); }
H1.HeaderClassName
{
color: #F21459;
}
.AnyTagClassName
{
color: #F21459;
}
</style>
background-color css
<style>
a { background-color: #F21459; }
a { background-color: rgb(242,20,89); }
div.DivClassName
{
background-color: #F21459;
}
.BgClassName
{
background-color: #F21459;
}
</style>
border-color css
<style>
span { border-color: #F21459; }
span { border-color: rgb(242,20,89); }
td.TdClassName
{
border-color: #F21459;
}
.TagClassName
{
border-color: #F21459;
}
</style>