Shades of Razzmatazz #F60F54
Tints of Razzmatazz #F60F54
RGB
CMYK
RGB Variations
Color information
#F60F54 (or 0xF60F54) is known color: Razzmatazz. HEX triplet: F6, 0F and 54. RGB value is (246,15,84). Sum of RGB (Red+Green+Blue) = 246+15+84=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F54 is #09F0AB. Grayscale: #5B5B5B. Windows color (decimal): -651436 or 5509110. OLE color: 5509110.
HSL color Cylindrical-coordinate representation of color #F60F54: hue angle of 342.08º 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 #F60F54 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 84 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.04 |
| HSL | 342.08º | 0.93% | 0.51% | - |
| HSV(B) | 342.08º | 0.94% | 0.96% | - |
| XYZ | 39.78 | 20.57 | 10.26 | - |
| YUV | 91.94 | 123.53 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 84 | 0 | 0.94 | 0.66 | 0.04 | 342.08 | 0.93 | 0.51 |
| Hex | F6 | F | 54 | 0 | 5E | 42 | 4 | 156 | 5D | 33 |
| Octal | 366 | 17 | 124 | 0 | 136 | 102 | 4 | 526 | 135 | 63 |
| Binary | 11110110 | 1111 | 1010100 | 0 | 1011110 | 1000010 | 100 | 101010110 | 1011101 | 110011 |
Color Harmonies of #F60F54
Complementary color
Monochromatic Colors of #F60F54
Black with #F60F54
Text Example
Text Example
White with #F60F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60F54; }
p { color: rgb(246,15,84); }
H1.HeaderClassName
{
color: #F60F54;
}
.AnyTagClassName
{
color: #F60F54;
}
</style>
background-color css
<style>
a { background-color: #F60F54; }
a { background-color: rgb(246,15,84); }
div.DivClassName
{
background-color: #F60F54;
}
.BgClassName
{
background-color: #F60F54;
}
</style>
border-color css
<style>
span { border-color: #F60F54; }
span { border-color: rgb(246,15,84); }
td.TdClassName
{
border-color: #F60F54;
}
.TagClassName
{
border-color: #F60F54;
}
</style>