Shades of Razzmatazz #F60755
Tints of Razzmatazz #F60755
RGB
CMYK
RGB Variations
Color information
#F60755 (or 0xF60755) is known color: Razzmatazz. HEX triplet: F6, 07 and 55. RGB value is (246,7,85). Sum of RGB (Red+Green+Blue) = 246+7+85=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F60755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60755 is #09F8AA. Grayscale: #575757. Windows color (decimal): -653483 or 5572598. OLE color: 5572598.
HSL color Cylindrical-coordinate representation of color #F60755: hue angle of 340.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60755 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.04 |
| HSL | 340.42º | 0.94% | 0.5% | - |
| HSV(B) | 340.42º | 0.97% | 0.96% | - |
| XYZ | 39.72 | 20.4 | 10.44 | - |
| YUV | 87.35 | 126.68 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 85 | 0 | 0.97 | 0.65 | 0.04 | 340.42 | 0.94 | 0.5 |
| Hex | F6 | 7 | 55 | 0 | 61 | 41 | 4 | 154 | 5E | 32 |
| Octal | 366 | 7 | 125 | 0 | 141 | 101 | 4 | 524 | 136 | 62 |
| Binary | 11110110 | 111 | 1010101 | 0 | 1100001 | 1000001 | 100 | 101010100 | 1011110 | 110010 |
Color Harmonies of #F60755
Complementary color
Monochromatic Colors of #F60755
Black with #F60755
Text Example
Text Example
White with #F60755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60755; }
p { color: rgb(246,7,85); }
H1.HeaderClassName
{
color: #F60755;
}
.AnyTagClassName
{
color: #F60755;
}
</style>
background-color css
<style>
a { background-color: #F60755; }
a { background-color: rgb(246,7,85); }
div.DivClassName
{
background-color: #F60755;
}
.BgClassName
{
background-color: #F60755;
}
</style>
border-color css
<style>
span { border-color: #F60755; }
span { border-color: rgb(246,7,85); }
td.TdClassName
{
border-color: #F60755;
}
.TagClassName
{
border-color: #F60755;
}
</style>