Shades of Razzmatazz #F60F5E
Tints of Razzmatazz #F60F5E
RGB
CMYK
RGB Variations
Color information
#F60F5E (or 0xF60F5E) is known color: Razzmatazz. HEX triplet: F6, 0F and 5E. RGB value is (246,15,94). Sum of RGB (Red+Green+Blue) = 246+15+94=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F5E is #09F0A1. Grayscale: #5C5C5C. Windows color (decimal): -651426 or 6164470. OLE color: 6164470.
HSL color Cylindrical-coordinate representation of color #F60F5E: hue angle of 339.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60F5E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.04 |
| HSL | 339.48º | 0.93% | 0.51% | - |
| HSV(B) | 339.48º | 0.94% | 0.96% | - |
| XYZ | 40.2 | 20.74 | 12.47 | - |
| YUV | 93.08 | 128.53 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 94 | 0 | 0.94 | 0.62 | 0.04 | 339.48 | 0.93 | 0.51 |
| Hex | F6 | F | 5E | 0 | 5E | 3E | 4 | 153 | 5D | 33 |
| Octal | 366 | 17 | 136 | 0 | 136 | 76 | 4 | 523 | 135 | 63 |
| Binary | 11110110 | 1111 | 1011110 | 0 | 1011110 | 111110 | 100 | 101010011 | 1011101 | 110011 |
Color Harmonies of #F60F5E
Complementary color
Monochromatic Colors of #F60F5E
Black with #F60F5E
Text Example
Text Example
White with #F60F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60F5E; }
p { color: rgb(246,15,94); }
H1.HeaderClassName
{
color: #F60F5E;
}
.AnyTagClassName
{
color: #F60F5E;
}
</style>
background-color css
<style>
a { background-color: #F60F5E; }
a { background-color: rgb(246,15,94); }
div.DivClassName
{
background-color: #F60F5E;
}
.BgClassName
{
background-color: #F60F5E;
}
</style>
border-color css
<style>
span { border-color: #F60F5E; }
span { border-color: rgb(246,15,94); }
td.TdClassName
{
border-color: #F60F5E;
}
.TagClassName
{
border-color: #F60F5E;
}
</style>