Shades of Razzmatazz #F60565
Tints of Razzmatazz #F60565
RGB
CMYK
RGB Variations
Color information
#F60565 (or 0xF60565) is known color: Razzmatazz. HEX triplet: F6, 05 and 65. RGB value is (246,5,101). Sum of RGB (Red+Green+Blue) = 246+5+101=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F60565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60565 is #09FA9A. Grayscale: #575757. Windows color (decimal): -653979 or 6620662. OLE color: 6620662.
HSL color Cylindrical-coordinate representation of color #F60565: hue angle of 336.1º 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 #F60565 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.04 |
| HSL | 336.1º | 0.96% | 0.49% | - |
| HSV(B) | 336.1º | 0.98% | 0.96% | - |
| XYZ | 40.41 | 20.64 | 14.17 | - |
| YUV | 88 | 135.34 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 101 | 0 | 0.98 | 0.59 | 0.04 | 336.1 | 0.96 | 0.49 |
| Hex | F6 | 5 | 65 | 0 | 62 | 3B | 4 | 150 | 60 | 31 |
| Octal | 366 | 5 | 145 | 0 | 142 | 73 | 4 | 520 | 140 | 61 |
| Binary | 11110110 | 101 | 1100101 | 0 | 1100010 | 111011 | 100 | 101010000 | 1100000 | 110001 |
Color Harmonies of #F60565
Complementary color
Monochromatic Colors of #F60565
Black with #F60565
Text Example
Text Example
White with #F60565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60565; }
p { color: rgb(246,5,101); }
H1.HeaderClassName
{
color: #F60565;
}
.AnyTagClassName
{
color: #F60565;
}
</style>
background-color css
<style>
a { background-color: #F60565; }
a { background-color: rgb(246,5,101); }
div.DivClassName
{
background-color: #F60565;
}
.BgClassName
{
background-color: #F60565;
}
</style>
border-color css
<style>
span { border-color: #F60565; }
span { border-color: rgb(246,5,101); }
td.TdClassName
{
border-color: #F60565;
}
.TagClassName
{
border-color: #F60565;
}
</style>