Shades of Razzmatazz #F60C4D
Tints of Razzmatazz #F60C4D
RGB
CMYK
RGB Variations
Color information
#F60C4D (or 0xF60C4D) is known color: Razzmatazz. HEX triplet: F6, 0C and 4D. RGB value is (246,12,77). Sum of RGB (Red+Green+Blue) = 246+12+77=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C4D is #09F3B2. Grayscale: #595959. Windows color (decimal): -652211 or 5049590. OLE color: 5049590.
HSL color Cylindrical-coordinate representation of color #F60C4D: hue angle of 343.33º 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 #F60C4D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 77 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.04 |
| HSL | 343.33º | 0.93% | 0.51% | - |
| HSV(B) | 343.33º | 0.95% | 0.96% | - |
| XYZ | 39.48 | 20.39 | 8.88 | - |
| YUV | 89.38 | 121.02 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 77 | 0 | 0.95 | 0.69 | 0.04 | 343.33 | 0.93 | 0.51 |
| Hex | F6 | C | 4D | 0 | 5F | 45 | 4 | 157 | 5D | 33 |
| Octal | 366 | 14 | 115 | 0 | 137 | 105 | 4 | 527 | 135 | 63 |
| Binary | 11110110 | 1100 | 1001101 | 0 | 1011111 | 1000101 | 100 | 101010111 | 1011101 | 110011 |
Color Harmonies of #F60C4D
Complementary color
Monochromatic Colors of #F60C4D
Black with #F60C4D
Text Example
Text Example
White with #F60C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C4D; }
p { color: rgb(246,12,77); }
H1.HeaderClassName
{
color: #F60C4D;
}
.AnyTagClassName
{
color: #F60C4D;
}
</style>
background-color css
<style>
a { background-color: #F60C4D; }
a { background-color: rgb(246,12,77); }
div.DivClassName
{
background-color: #F60C4D;
}
.BgClassName
{
background-color: #F60C4D;
}
</style>
border-color css
<style>
span { border-color: #F60C4D; }
span { border-color: rgb(246,12,77); }
td.TdClassName
{
border-color: #F60C4D;
}
.TagClassName
{
border-color: #F60C4D;
}
</style>