Shades of Razzmatazz #F60F63
Tints of Razzmatazz #F60F63
RGB
CMYK
RGB Variations
Color information
#F60F63 (or 0xF60F63) is known color: Razzmatazz. HEX triplet: F6, 0F and 63. RGB value is (246,15,99). Sum of RGB (Red+Green+Blue) = 246+15+99=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F63 is #09F09C. Grayscale: #5D5D5D. Windows color (decimal): -651421 or 6492150. OLE color: 6492150.
HSL color Cylindrical-coordinate representation of color #F60F63: hue angle of 338.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60F63 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 99 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.04 |
| HSL | 338.18º | 0.93% | 0.51% | - |
| HSV(B) | 338.18º | 0.94% | 0.96% | - |
| XYZ | 40.43 | 20.84 | 13.7 | - |
| YUV | 93.65 | 131.03 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 99 | 0 | 0.94 | 0.60 | 0.04 | 338.18 | 0.93 | 0.51 |
| Hex | F6 | F | 63 | 0 | 5E | 3C | 4 | 152 | 5D | 33 |
| Octal | 366 | 17 | 143 | 0 | 136 | 74 | 4 | 522 | 135 | 63 |
| Binary | 11110110 | 1111 | 1100011 | 0 | 1011110 | 111100 | 100 | 101010010 | 1011101 | 110011 |
Color Harmonies of #F60F63
Complementary color
Monochromatic Colors of #F60F63
Black with #F60F63
Text Example
Text Example
White with #F60F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60F63; }
p { color: rgb(246,15,99); }
H1.HeaderClassName
{
color: #F60F63;
}
.AnyTagClassName
{
color: #F60F63;
}
</style>
background-color css
<style>
a { background-color: #F60F63; }
a { background-color: rgb(246,15,99); }
div.DivClassName
{
background-color: #F60F63;
}
.BgClassName
{
background-color: #F60F63;
}
</style>
border-color css
<style>
span { border-color: #F60F63; }
span { border-color: rgb(246,15,99); }
td.TdClassName
{
border-color: #F60F63;
}
.TagClassName
{
border-color: #F60F63;
}
</style>