Shades of Razzmatazz #F60953
Tints of Razzmatazz #F60953
RGB
CMYK
RGB Variations
Color information
#F60953 (or 0xF60953) is known color: Razzmatazz. HEX triplet: F6, 09 and 53. RGB value is (246,9,83). Sum of RGB (Red+Green+Blue) = 246+9+83=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F60953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60953 is #09F6AC. Grayscale: #585858. Windows color (decimal): -652973 or 5442038. OLE color: 5442038.
HSL color Cylindrical-coordinate representation of color #F60953: hue angle of 341.27º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60953 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.04 |
| HSL | 341.27º | 0.93% | 0.5% | - |
| HSV(B) | 341.27º | 0.96% | 0.96% | - |
| XYZ | 39.67 | 20.41 | 10.03 | - |
| YUV | 88.3 | 125.02 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 83 | 0 | 0.96 | 0.66 | 0.04 | 341.27 | 0.93 | 0.5 |
| Hex | F6 | 9 | 53 | 0 | 60 | 42 | 4 | 155 | 5D | 32 |
| Octal | 366 | 11 | 123 | 0 | 140 | 102 | 4 | 525 | 135 | 62 |
| Binary | 11110110 | 1001 | 1010011 | 0 | 1100000 | 1000010 | 100 | 101010101 | 1011101 | 110010 |
Color Harmonies of #F60953
Complementary color
Monochromatic Colors of #F60953
Black with #F60953
Text Example
Text Example
White with #F60953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60953; }
p { color: rgb(246,9,83); }
H1.HeaderClassName
{
color: #F60953;
}
.AnyTagClassName
{
color: #F60953;
}
</style>
background-color css
<style>
a { background-color: #F60953; }
a { background-color: rgb(246,9,83); }
div.DivClassName
{
background-color: #F60953;
}
.BgClassName
{
background-color: #F60953;
}
</style>
border-color css
<style>
span { border-color: #F60953; }
span { border-color: rgb(246,9,83); }
td.TdClassName
{
border-color: #F60953;
}
.TagClassName
{
border-color: #F60953;
}
</style>