Shades of Razzmatazz #F60C6F
Tints of Razzmatazz #F60C6F
RGB
CMYK
RGB Variations
Color information
#F60C6F (or 0xF60C6F) is known color: Razzmatazz. HEX triplet: F6, 0C and 6F. RGB value is (246,12,111). Sum of RGB (Red+Green+Blue) = 246+12+111=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C6F is #09F390. Grayscale: #5D5D5D. Windows color (decimal): -652177 or 7277814. OLE color: 7277814.
HSL color Cylindrical-coordinate representation of color #F60C6F: hue angle of 334.62º 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 #F60C6F is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 111 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.04 |
| HSL | 334.62º | 0.93% | 0.51% | - |
| HSV(B) | 334.62º | 0.95% | 0.96% | - |
| XYZ | 41.01 | 21 | 16.93 | - |
| YUV | 93.25 | 138.02 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 111 | 0 | 0.95 | 0.55 | 0.04 | 334.62 | 0.93 | 0.51 |
| Hex | F6 | C | 6F | 0 | 5F | 37 | 4 | 14F | 5D | 33 |
| Octal | 366 | 14 | 157 | 0 | 137 | 67 | 4 | 517 | 135 | 63 |
| Binary | 11110110 | 1100 | 1101111 | 0 | 1011111 | 110111 | 100 | 101001111 | 1011101 | 110011 |
Color Harmonies of #F60C6F
Complementary color
Monochromatic Colors of #F60C6F
Black with #F60C6F
Text Example
Text Example
White with #F60C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C6F; }
p { color: rgb(246,12,111); }
H1.HeaderClassName
{
color: #F60C6F;
}
.AnyTagClassName
{
color: #F60C6F;
}
</style>
background-color css
<style>
a { background-color: #F60C6F; }
a { background-color: rgb(246,12,111); }
div.DivClassName
{
background-color: #F60C6F;
}
.BgClassName
{
background-color: #F60C6F;
}
</style>
border-color css
<style>
span { border-color: #F60C6F; }
span { border-color: rgb(246,12,111); }
td.TdClassName
{
border-color: #F60C6F;
}
.TagClassName
{
border-color: #F60C6F;
}
</style>