Shades of Razzmatazz #F61266
Tints of Razzmatazz #F61266
RGB
CMYK
RGB Variations
Color information
#F61266 (or 0xF61266) is known color: Razzmatazz. HEX triplet: F6, 12 and 66. RGB value is (246,18,102). Sum of RGB (Red+Green+Blue) = 246+18+102=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F61266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61266 is #09ED99. Grayscale: #5F5F5F. Windows color (decimal): -650650 or 6689526. OLE color: 6689526.
HSL color Cylindrical-coordinate representation of color #F61266: hue angle of 337.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61266 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 102 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.04 |
| HSL | 337.89º | 0.93% | 0.52% | - |
| HSV(B) | 337.89º | 0.93% | 0.96% | - |
| XYZ | 40.62 | 20.98 | 14.48 | - |
| YUV | 95.75 | 131.54 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 102 | 0 | 0.93 | 0.59 | 0.04 | 337.89 | 0.93 | 0.52 |
| Hex | F6 | 12 | 66 | 0 | 5D | 3B | 4 | 152 | 5D | 34 |
| Octal | 366 | 22 | 146 | 0 | 135 | 73 | 4 | 522 | 135 | 64 |
| Binary | 11110110 | 10010 | 1100110 | 0 | 1011101 | 111011 | 100 | 101010010 | 1011101 | 110100 |
Color Harmonies of #F61266
Complementary color
Monochromatic Colors of #F61266
Black with #F61266
Text Example
Text Example
White with #F61266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61266; }
p { color: rgb(246,18,102); }
H1.HeaderClassName
{
color: #F61266;
}
.AnyTagClassName
{
color: #F61266;
}
</style>
background-color css
<style>
a { background-color: #F61266; }
a { background-color: rgb(246,18,102); }
div.DivClassName
{
background-color: #F61266;
}
.BgClassName
{
background-color: #F61266;
}
</style>
border-color css
<style>
span { border-color: #F61266; }
span { border-color: rgb(246,18,102); }
td.TdClassName
{
border-color: #F61266;
}
.TagClassName
{
border-color: #F61266;
}
</style>