Shades of Razzmatazz #F21051
Tints of Razzmatazz #F21051
RGB
CMYK
RGB Variations
Color information
#F21051 (or 0xF21051) is known color: Razzmatazz. HEX triplet: F2, 10 and 51. RGB value is (242,16,81). Sum of RGB (Red+Green+Blue) = 242+16+81=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F21051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21051 is #0DEFAE. Grayscale: #5A5A5A. Windows color (decimal): -913327 or 5312754. OLE color: 5312754.
HSL color Cylindrical-coordinate representation of color #F21051: hue angle of 342.74º 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 #F21051 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 81 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.05 |
| HSL | 342.74º | 0.9% | 0.51% | - |
| HSV(B) | 342.74º | 0.93% | 0.95% | - |
| XYZ | 38.29 | 19.84 | 9.6 | - |
| YUV | 90.98 | 122.37 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 81 | 0 | 0.93 | 0.67 | 0.05 | 342.74 | 0.9 | 0.51 |
| Hex | F2 | 10 | 51 | 0 | 5D | 43 | 5 | 157 | 5A | 33 |
| Octal | 362 | 20 | 121 | 0 | 135 | 103 | 5 | 527 | 132 | 63 |
| Binary | 11110010 | 10000 | 1010001 | 0 | 1011101 | 1000011 | 101 | 101010111 | 1011010 | 110011 |
Color Harmonies of #F21051
Complementary color
Monochromatic Colors of #F21051
Black with #F21051
Text Example
Text Example
White with #F21051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21051; }
p { color: rgb(242,16,81); }
H1.HeaderClassName
{
color: #F21051;
}
.AnyTagClassName
{
color: #F21051;
}
</style>
background-color css
<style>
a { background-color: #F21051; }
a { background-color: rgb(242,16,81); }
div.DivClassName
{
background-color: #F21051;
}
.BgClassName
{
background-color: #F21051;
}
</style>
border-color css
<style>
span { border-color: #F21051; }
span { border-color: rgb(242,16,81); }
td.TdClassName
{
border-color: #F21051;
}
.TagClassName
{
border-color: #F21051;
}
</style>