Shades of Razzmatazz #F60558
Tints of Razzmatazz #F60558
RGB
CMYK
RGB Variations
Color information
#F60558 (or 0xF60558) is known color: Razzmatazz. HEX triplet: F6, 05 and 58. RGB value is (246,5,88). Sum of RGB (Red+Green+Blue) = 246+5+88=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F60558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60558 is #09FAA7. Grayscale: #565656. Windows color (decimal): -653992 or 5768694. OLE color: 5768694.
HSL color Cylindrical-coordinate representation of color #F60558: hue angle of 339.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60558 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.04 |
| HSL | 339.34º | 0.96% | 0.49% | - |
| HSV(B) | 339.34º | 0.98% | 0.96% | - |
| XYZ | 39.82 | 20.41 | 11.07 | - |
| YUV | 86.52 | 128.84 | 241.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 88 | 0 | 0.98 | 0.64 | 0.04 | 339.34 | 0.96 | 0.49 |
| Hex | F6 | 5 | 58 | 0 | 62 | 40 | 4 | 153 | 60 | 31 |
| Octal | 366 | 5 | 130 | 0 | 142 | 100 | 4 | 523 | 140 | 61 |
| Binary | 11110110 | 101 | 1011000 | 0 | 1100010 | 1000000 | 100 | 101010011 | 1100000 | 110001 |
Color Harmonies of #F60558
Complementary color
Monochromatic Colors of #F60558
Black with #F60558
Text Example
Text Example
White with #F60558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60558; }
p { color: rgb(246,5,88); }
H1.HeaderClassName
{
color: #F60558;
}
.AnyTagClassName
{
color: #F60558;
}
</style>
background-color css
<style>
a { background-color: #F60558; }
a { background-color: rgb(246,5,88); }
div.DivClassName
{
background-color: #F60558;
}
.BgClassName
{
background-color: #F60558;
}
</style>
border-color css
<style>
span { border-color: #F60558; }
span { border-color: rgb(246,5,88); }
td.TdClassName
{
border-color: #F60558;
}
.TagClassName
{
border-color: #F60558;
}
</style>