Shades of Razzmatazz #F61065
Tints of Razzmatazz #F61065
RGB
CMYK
RGB Variations
Color information
#F61065 (or 0xF61065) is known color: Razzmatazz. HEX triplet: F6, 10 and 65. RGB value is (246,16,101). Sum of RGB (Red+Green+Blue) = 246+16+101=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F61065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61065 is #09EF9A. Grayscale: #5E5E5E. Windows color (decimal): -651163 or 6623478. OLE color: 6623478.
HSL color Cylindrical-coordinate representation of color #F61065: hue angle of 337.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61065 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 101 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.04 |
| HSL | 337.83º | 0.93% | 0.51% | - |
| HSV(B) | 337.83º | 0.93% | 0.96% | - |
| XYZ | 40.54 | 20.9 | 14.21 | - |
| YUV | 94.46 | 131.7 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 101 | 0 | 0.93 | 0.59 | 0.04 | 337.83 | 0.93 | 0.51 |
| Hex | F6 | 10 | 65 | 0 | 5D | 3B | 4 | 152 | 5D | 33 |
| Octal | 366 | 20 | 145 | 0 | 135 | 73 | 4 | 522 | 135 | 63 |
| Binary | 11110110 | 10000 | 1100101 | 0 | 1011101 | 111011 | 100 | 101010010 | 1011101 | 110011 |
Color Harmonies of #F61065
Complementary color
Monochromatic Colors of #F61065
Black with #F61065
Text Example
Text Example
White with #F61065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61065; }
p { color: rgb(246,16,101); }
H1.HeaderClassName
{
color: #F61065;
}
.AnyTagClassName
{
color: #F61065;
}
</style>
background-color css
<style>
a { background-color: #F61065; }
a { background-color: rgb(246,16,101); }
div.DivClassName
{
background-color: #F61065;
}
.BgClassName
{
background-color: #F61065;
}
</style>
border-color css
<style>
span { border-color: #F61065; }
span { border-color: rgb(246,16,101); }
td.TdClassName
{
border-color: #F61065;
}
.TagClassName
{
border-color: #F61065;
}
</style>