Shades of Razzmatazz #F60568
Tints of Razzmatazz #F60568
RGB
CMYK
RGB Variations
Color information
#F60568 (or 0xF60568) is known color: Razzmatazz. HEX triplet: F6, 05 and 68. RGB value is (246,5,104). Sum of RGB (Red+Green+Blue) = 246+5+104=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F60568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60568 is #09FA97. Grayscale: #585858. Windows color (decimal): -653976 or 6817270. OLE color: 6817270.
HSL color Cylindrical-coordinate representation of color #F60568: hue angle of 335.35º 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 #F60568 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.04 |
| HSL | 335.35º | 0.96% | 0.49% | - |
| HSV(B) | 335.35º | 0.98% | 0.96% | - |
| XYZ | 40.56 | 20.7 | 14.95 | - |
| YUV | 88.35 | 136.84 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 104 | 0 | 0.98 | 0.58 | 0.04 | 335.35 | 0.96 | 0.49 |
| Hex | F6 | 5 | 68 | 0 | 62 | 3A | 4 | 14F | 60 | 31 |
| Octal | 366 | 5 | 150 | 0 | 142 | 72 | 4 | 517 | 140 | 61 |
| Binary | 11110110 | 101 | 1101000 | 0 | 1100010 | 111010 | 100 | 101001111 | 1100000 | 110001 |
Color Harmonies of #F60568
Complementary color
Monochromatic Colors of #F60568
Black with #F60568
Text Example
Text Example
White with #F60568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60568; }
p { color: rgb(246,5,104); }
H1.HeaderClassName
{
color: #F60568;
}
.AnyTagClassName
{
color: #F60568;
}
</style>
background-color css
<style>
a { background-color: #F60568; }
a { background-color: rgb(246,5,104); }
div.DivClassName
{
background-color: #F60568;
}
.BgClassName
{
background-color: #F60568;
}
</style>
border-color css
<style>
span { border-color: #F60568; }
span { border-color: rgb(246,5,104); }
td.TdClassName
{
border-color: #F60568;
}
.TagClassName
{
border-color: #F60568;
}
</style>