Shades of Razzmatazz #F60B68
Tints of Razzmatazz #F60B68
RGB
CMYK
RGB Variations
Color information
#F60B68 (or 0xF60B68) is known color: Razzmatazz. HEX triplet: F6, 0B and 68. RGB value is (246,11,104). Sum of RGB (Red+Green+Blue) = 246+11+104=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B68 is #09F497. Grayscale: #5B5B5B. Windows color (decimal): -652440 or 6818806. OLE color: 6818806.
HSL color Cylindrical-coordinate representation of color #F60B68: hue angle of 336.26º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60B68 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 104 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.04 |
| HSL | 336.26º | 0.93% | 0.5% | - |
| HSV(B) | 336.26º | 0.96% | 0.96% | - |
| XYZ | 40.62 | 20.83 | 14.98 | - |
| YUV | 91.87 | 134.86 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 104 | 0 | 0.96 | 0.58 | 0.04 | 336.26 | 0.93 | 0.5 |
| Hex | F6 | B | 68 | 0 | 60 | 3A | 4 | 150 | 5D | 32 |
| Octal | 366 | 13 | 150 | 0 | 140 | 72 | 4 | 520 | 135 | 62 |
| Binary | 11110110 | 1011 | 1101000 | 0 | 1100000 | 111010 | 100 | 101010000 | 1011101 | 110010 |
Color Harmonies of #F60B68
Complementary color
Monochromatic Colors of #F60B68
Black with #F60B68
Text Example
Text Example
White with #F60B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B68; }
p { color: rgb(246,11,104); }
H1.HeaderClassName
{
color: #F60B68;
}
.AnyTagClassName
{
color: #F60B68;
}
</style>
background-color css
<style>
a { background-color: #F60B68; }
a { background-color: rgb(246,11,104); }
div.DivClassName
{
background-color: #F60B68;
}
.BgClassName
{
background-color: #F60B68;
}
</style>
border-color css
<style>
span { border-color: #F60B68; }
span { border-color: rgb(246,11,104); }
td.TdClassName
{
border-color: #F60B68;
}
.TagClassName
{
border-color: #F60B68;
}
</style>