Shades of Razzmatazz #F60C69
Tints of Razzmatazz #F60C69
RGB
CMYK
RGB Variations
Color information
#F60C69 (or 0xF60C69) is known color: Razzmatazz. HEX triplet: F6, 0C and 69. RGB value is (246,12,105). Sum of RGB (Red+Green+Blue) = 246+12+105=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C69 is #09F396. Grayscale: #5C5C5C. Windows color (decimal): -652183 or 6884598. OLE color: 6884598.
HSL color Cylindrical-coordinate representation of color #F60C69: hue angle of 336.15º 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 #F60C69 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 105 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.04 |
| HSL | 336.15º | 0.93% | 0.51% | - |
| HSV(B) | 336.15º | 0.95% | 0.96% | - |
| XYZ | 40.69 | 20.88 | 15.25 | - |
| YUV | 92.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 105 | 0 | 0.95 | 0.57 | 0.04 | 336.15 | 0.93 | 0.51 |
| Hex | F6 | C | 69 | 0 | 5F | 39 | 4 | 150 | 5D | 33 |
| Octal | 366 | 14 | 151 | 0 | 137 | 71 | 4 | 520 | 135 | 63 |
| Binary | 11110110 | 1100 | 1101001 | 0 | 1011111 | 111001 | 100 | 101010000 | 1011101 | 110011 |
Color Harmonies of #F60C69
Complementary color
Monochromatic Colors of #F60C69
Black with #F60C69
Text Example
Text Example
White with #F60C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C69; }
p { color: rgb(246,12,105); }
H1.HeaderClassName
{
color: #F60C69;
}
.AnyTagClassName
{
color: #F60C69;
}
</style>
background-color css
<style>
a { background-color: #F60C69; }
a { background-color: rgb(246,12,105); }
div.DivClassName
{
background-color: #F60C69;
}
.BgClassName
{
background-color: #F60C69;
}
</style>
border-color css
<style>
span { border-color: #F60C69; }
span { border-color: rgb(246,12,105); }
td.TdClassName
{
border-color: #F60C69;
}
.TagClassName
{
border-color: #F60C69;
}
</style>