Shades of Razzmatazz #F21457
Tints of Razzmatazz #F21457
RGB
CMYK
RGB Variations
Color information
#F21457 (or 0xF21457) is known color: Razzmatazz. HEX triplet: F2, 14 and 57. RGB value is (242,20,87). Sum of RGB (Red+Green+Blue) = 242+20+87=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F21457 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21457 is #0DEBA8. Grayscale: #5D5D5D. Windows color (decimal): -912297 or 5706994. OLE color: 5706994.
HSL color Cylindrical-coordinate representation of color #F21457: hue angle of 341.89º 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 #F21457 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 87 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.05 |
| HSL | 341.89º | 0.9% | 0.51% | - |
| HSV(B) | 341.89º | 0.92% | 0.95% | - |
| XYZ | 38.59 | 20.07 | 10.86 | - |
| YUV | 94.02 | 124.05 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 87 | 0 | 0.92 | 0.64 | 0.05 | 341.89 | 0.9 | 0.51 |
| Hex | F2 | 14 | 57 | 0 | 5C | 40 | 5 | 156 | 5A | 33 |
| Octal | 362 | 24 | 127 | 0 | 134 | 100 | 5 | 526 | 132 | 63 |
| Binary | 11110010 | 10100 | 1010111 | 0 | 1011100 | 1000000 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F21457
Complementary color
Monochromatic Colors of #F21457
Black with #F21457
Text Example
Text Example
White with #F21457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21457; }
p { color: rgb(242,20,87); }
H1.HeaderClassName
{
color: #F21457;
}
.AnyTagClassName
{
color: #F21457;
}
</style>
background-color css
<style>
a { background-color: #F21457; }
a { background-color: rgb(242,20,87); }
div.DivClassName
{
background-color: #F21457;
}
.BgClassName
{
background-color: #F21457;
}
</style>
border-color css
<style>
span { border-color: #F21457; }
span { border-color: rgb(242,20,87); }
td.TdClassName
{
border-color: #F21457;
}
.TagClassName
{
border-color: #F21457;
}
</style>