Shades of Razzmatazz #F21266
Tints of Razzmatazz #F21266
RGB
CMYK
RGB Variations
Color information
#F21266 (or 0xF21266) is known color: Razzmatazz. HEX triplet: F2, 12 and 66. RGB value is (242,18,102). Sum of RGB (Red+Green+Blue) = 242+18+102=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21266 is #0DED99. Grayscale: #5E5E5E. Windows color (decimal): -912794 or 6689522. OLE color: 6689522.
HSL color Cylindrical-coordinate representation of color #F21266: hue angle of 337.5º 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 #F21266 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 102 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.05 |
| HSL | 337.5º | 0.9% | 0.51% | - |
| HSV(B) | 337.5º | 0.93% | 0.95% | - |
| XYZ | 39.23 | 20.27 | 14.41 | - |
| YUV | 94.55 | 132.21 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 102 | 0 | 0.93 | 0.58 | 0.05 | 337.5 | 0.9 | 0.51 |
| Hex | F2 | 12 | 66 | 0 | 5D | 3A | 5 | 152 | 5A | 33 |
| Octal | 362 | 22 | 146 | 0 | 135 | 72 | 5 | 522 | 132 | 63 |
| Binary | 11110010 | 10010 | 1100110 | 0 | 1011101 | 111010 | 101 | 101010010 | 1011010 | 110011 |
Color Harmonies of #F21266
Complementary color
Monochromatic Colors of #F21266
Black with #F21266
Text Example
Text Example
White with #F21266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21266; }
p { color: rgb(242,18,102); }
H1.HeaderClassName
{
color: #F21266;
}
.AnyTagClassName
{
color: #F21266;
}
</style>
background-color css
<style>
a { background-color: #F21266; }
a { background-color: rgb(242,18,102); }
div.DivClassName
{
background-color: #F21266;
}
.BgClassName
{
background-color: #F21266;
}
</style>
border-color css
<style>
span { border-color: #F21266; }
span { border-color: rgb(242,18,102); }
td.TdClassName
{
border-color: #F21266;
}
.TagClassName
{
border-color: #F21266;
}
</style>