Shades of Razzmatazz #F60D5E
Tints of Razzmatazz #F60D5E
RGB
CMYK
RGB Variations
Color information
#F60D5E (or 0xF60D5E) is known color: Razzmatazz. HEX triplet: F6, 0D and 5E. RGB value is (246,13,94). Sum of RGB (Red+Green+Blue) = 246+13+94=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D5E is #09F2A1. Grayscale: #5B5B5B. Windows color (decimal): -651938 or 6163958. OLE color: 6163958.
HSL color Cylindrical-coordinate representation of color #F60D5E: hue angle of 339.14º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60D5E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 94 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.04 |
| HSL | 339.14º | 0.93% | 0.51% | - |
| HSV(B) | 339.14º | 0.95% | 0.96% | - |
| XYZ | 40.17 | 20.69 | 12.47 | - |
| YUV | 91.9 | 129.19 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 94 | 0 | 0.95 | 0.62 | 0.04 | 339.14 | 0.93 | 0.51 |
| Hex | F6 | D | 5E | 0 | 5F | 3E | 4 | 153 | 5D | 33 |
| Octal | 366 | 15 | 136 | 0 | 137 | 76 | 4 | 523 | 135 | 63 |
| Binary | 11110110 | 1101 | 1011110 | 0 | 1011111 | 111110 | 100 | 101010011 | 1011101 | 110011 |
Color Harmonies of #F60D5E
Complementary color
Monochromatic Colors of #F60D5E
Black with #F60D5E
Text Example
Text Example
White with #F60D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D5E; }
p { color: rgb(246,13,94); }
H1.HeaderClassName
{
color: #F60D5E;
}
.AnyTagClassName
{
color: #F60D5E;
}
</style>
background-color css
<style>
a { background-color: #F60D5E; }
a { background-color: rgb(246,13,94); }
div.DivClassName
{
background-color: #F60D5E;
}
.BgClassName
{
background-color: #F60D5E;
}
</style>
border-color css
<style>
span { border-color: #F60D5E; }
span { border-color: rgb(246,13,94); }
td.TdClassName
{
border-color: #F60D5E;
}
.TagClassName
{
border-color: #F60D5E;
}
</style>