Shades of Razzmatazz #F60C6B
Tints of Razzmatazz #F60C6B
RGB
CMYK
RGB Variations
Color information
#F60C6B (or 0xF60C6B) is known color: Razzmatazz. HEX triplet: F6, 0C and 6B. RGB value is (246,12,107). Sum of RGB (Red+Green+Blue) = 246+12+107=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C6B is #09F394. Grayscale: #5C5C5C. Windows color (decimal): -652181 or 7015670. OLE color: 7015670.
HSL color Cylindrical-coordinate representation of color #F60C6B: hue angle of 335.64º 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 #F60C6B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 107 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.04 |
| HSL | 335.64º | 0.93% | 0.51% | - |
| HSV(B) | 335.64º | 0.95% | 0.96% | - |
| XYZ | 40.79 | 20.92 | 15.8 | - |
| YUV | 92.8 | 136.02 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 107 | 0 | 0.95 | 0.57 | 0.04 | 335.64 | 0.93 | 0.51 |
| Hex | F6 | C | 6B | 0 | 5F | 39 | 4 | 150 | 5D | 33 |
| Octal | 366 | 14 | 153 | 0 | 137 | 71 | 4 | 520 | 135 | 63 |
| Binary | 11110110 | 1100 | 1101011 | 0 | 1011111 | 111001 | 100 | 101010000 | 1011101 | 110011 |
Color Harmonies of #F60C6B
Complementary color
Monochromatic Colors of #F60C6B
Black with #F60C6B
Text Example
Text Example
White with #F60C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C6B; }
p { color: rgb(246,12,107); }
H1.HeaderClassName
{
color: #F60C6B;
}
.AnyTagClassName
{
color: #F60C6B;
}
</style>
background-color css
<style>
a { background-color: #F60C6B; }
a { background-color: rgb(246,12,107); }
div.DivClassName
{
background-color: #F60C6B;
}
.BgClassName
{
background-color: #F60C6B;
}
</style>
border-color css
<style>
span { border-color: #F60C6B; }
span { border-color: rgb(246,12,107); }
td.TdClassName
{
border-color: #F60C6B;
}
.TagClassName
{
border-color: #F60C6B;
}
</style>