Shades of Razzmatazz #F60465
Tints of Razzmatazz #F60465
RGB
CMYK
RGB Variations
Color information
#F60465 (or 0xF60465) is known color: Razzmatazz. HEX triplet: F6, 04 and 65. RGB value is (246,4,101). Sum of RGB (Red+Green+Blue) = 246+4+101=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F60465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60465 is #09FB9A. Grayscale: #575757. Windows color (decimal): -654235 or 6620406. OLE color: 6620406.
HSL color Cylindrical-coordinate representation of color #F60465: hue angle of 335.95º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60465 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.04 |
| HSL | 335.95º | 0.97% | 0.49% | - |
| HSV(B) | 335.95º | 0.98% | 0.96% | - |
| XYZ | 40.4 | 20.62 | 14.16 | - |
| YUV | 87.42 | 135.67 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 101 | 0 | 0.98 | 0.59 | 0.04 | 335.95 | 0.97 | 0.49 |
| Hex | F6 | 4 | 65 | 0 | 62 | 3B | 4 | 150 | 61 | 31 |
| Octal | 366 | 4 | 145 | 0 | 142 | 73 | 4 | 520 | 141 | 61 |
| Binary | 11110110 | 100 | 1100101 | 0 | 1100010 | 111011 | 100 | 101010000 | 1100001 | 110001 |
Color Harmonies of #F60465
Complementary color
Monochromatic Colors of #F60465
Black with #F60465
Text Example
Text Example
White with #F60465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60465; }
p { color: rgb(246,4,101); }
H1.HeaderClassName
{
color: #F60465;
}
.AnyTagClassName
{
color: #F60465;
}
</style>
background-color css
<style>
a { background-color: #F60465; }
a { background-color: rgb(246,4,101); }
div.DivClassName
{
background-color: #F60465;
}
.BgClassName
{
background-color: #F60465;
}
</style>
border-color css
<style>
span { border-color: #F60465; }
span { border-color: rgb(246,4,101); }
td.TdClassName
{
border-color: #F60465;
}
.TagClassName
{
border-color: #F60465;
}
</style>