Shades of Razzmatazz #F60965
Tints of Razzmatazz #F60965
RGB
CMYK
RGB Variations
Color information
#F60965 (or 0xF60965) is known color: Razzmatazz. HEX triplet: F6, 09 and 65. RGB value is (246,9,101). Sum of RGB (Red+Green+Blue) = 246+9+101=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F60965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60965 is #09F69A. Grayscale: #5A5A5A. Windows color (decimal): -652955 or 6621686. OLE color: 6621686.
HSL color Cylindrical-coordinate representation of color #F60965: hue angle of 336.71º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60965 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.04 |
| HSL | 336.71º | 0.93% | 0.5% | - |
| HSV(B) | 336.71º | 0.96% | 0.96% | - |
| XYZ | 40.45 | 20.73 | 14.18 | - |
| YUV | 90.35 | 134.02 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 101 | 0 | 0.96 | 0.59 | 0.04 | 336.71 | 0.93 | 0.5 |
| Hex | F6 | 9 | 65 | 0 | 60 | 3B | 4 | 151 | 5D | 32 |
| Octal | 366 | 11 | 145 | 0 | 140 | 73 | 4 | 521 | 135 | 62 |
| Binary | 11110110 | 1001 | 1100101 | 0 | 1100000 | 111011 | 100 | 101010001 | 1011101 | 110010 |
Color Harmonies of #F60965
Complementary color
Monochromatic Colors of #F60965
Black with #F60965
Text Example
Text Example
White with #F60965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60965; }
p { color: rgb(246,9,101); }
H1.HeaderClassName
{
color: #F60965;
}
.AnyTagClassName
{
color: #F60965;
}
</style>
background-color css
<style>
a { background-color: #F60965; }
a { background-color: rgb(246,9,101); }
div.DivClassName
{
background-color: #F60965;
}
.BgClassName
{
background-color: #F60965;
}
</style>
border-color css
<style>
span { border-color: #F60965; }
span { border-color: rgb(246,9,101); }
td.TdClassName
{
border-color: #F60965;
}
.TagClassName
{
border-color: #F60965;
}
</style>