Shades of Razzmatazz #F60D55
Tints of Razzmatazz #F60D55
RGB
CMYK
RGB Variations
Color information
#F60D55 (or 0xF60D55) is known color: Razzmatazz. HEX triplet: F6, 0D and 55. RGB value is (246,13,85). Sum of RGB (Red+Green+Blue) = 246+13+85=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D55 is #09F2AA. Grayscale: #5A5A5A. Windows color (decimal): -651947 or 5574134. OLE color: 5574134.
HSL color Cylindrical-coordinate representation of color #F60D55: hue angle of 341.46º 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 #F60D55 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 85 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.04 |
| HSL | 341.46º | 0.93% | 0.51% | - |
| HSV(B) | 341.46º | 0.95% | 0.96% | - |
| XYZ | 39.79 | 20.54 | 10.46 | - |
| YUV | 90.88 | 124.69 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 85 | 0 | 0.95 | 0.65 | 0.04 | 341.46 | 0.93 | 0.51 |
| Hex | F6 | D | 55 | 0 | 5F | 41 | 4 | 155 | 5D | 33 |
| Octal | 366 | 15 | 125 | 0 | 137 | 101 | 4 | 525 | 135 | 63 |
| Binary | 11110110 | 1101 | 1010101 | 0 | 1011111 | 1000001 | 100 | 101010101 | 1011101 | 110011 |
Color Harmonies of #F60D55
Complementary color
Monochromatic Colors of #F60D55
Black with #F60D55
Text Example
Text Example
White with #F60D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D55; }
p { color: rgb(246,13,85); }
H1.HeaderClassName
{
color: #F60D55;
}
.AnyTagClassName
{
color: #F60D55;
}
</style>
background-color css
<style>
a { background-color: #F60D55; }
a { background-color: rgb(246,13,85); }
div.DivClassName
{
background-color: #F60D55;
}
.BgClassName
{
background-color: #F60D55;
}
</style>
border-color css
<style>
span { border-color: #F60D55; }
span { border-color: rgb(246,13,85); }
td.TdClassName
{
border-color: #F60D55;
}
.TagClassName
{
border-color: #F60D55;
}
</style>