Shades of Razzmatazz #F21257
Tints of Razzmatazz #F21257
RGB
CMYK
RGB Variations
Color information
#F21257 (or 0xF21257) is known color: Razzmatazz. HEX triplet: F2, 12 and 57. RGB value is (242,18,87). Sum of RGB (Red+Green+Blue) = 242+18+87=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21257 is #0DEDA8. Grayscale: #5C5C5C. Windows color (decimal): -912809 or 5706482. OLE color: 5706482.
HSL color Cylindrical-coordinate representation of color #F21257: hue angle of 341.52º 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 #F21257 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 87 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.05 |
| HSL | 341.52º | 0.9% | 0.51% | - |
| HSV(B) | 341.52º | 0.93% | 0.95% | - |
| XYZ | 38.55 | 20 | 10.84 | - |
| YUV | 92.84 | 124.71 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 87 | 0 | 0.93 | 0.64 | 0.05 | 341.52 | 0.9 | 0.51 |
| Hex | F2 | 12 | 57 | 0 | 5D | 40 | 5 | 156 | 5A | 33 |
| Octal | 362 | 22 | 127 | 0 | 135 | 100 | 5 | 526 | 132 | 63 |
| Binary | 11110010 | 10010 | 1010111 | 0 | 1011101 | 1000000 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F21257
Complementary color
Monochromatic Colors of #F21257
Black with #F21257
Text Example
Text Example
White with #F21257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21257; }
p { color: rgb(242,18,87); }
H1.HeaderClassName
{
color: #F21257;
}
.AnyTagClassName
{
color: #F21257;
}
</style>
background-color css
<style>
a { background-color: #F21257; }
a { background-color: rgb(242,18,87); }
div.DivClassName
{
background-color: #F21257;
}
.BgClassName
{
background-color: #F21257;
}
</style>
border-color css
<style>
span { border-color: #F21257; }
span { border-color: rgb(242,18,87); }
td.TdClassName
{
border-color: #F21257;
}
.TagClassName
{
border-color: #F21257;
}
</style>