Shades of Razzmatazz #F60853
Tints of Razzmatazz #F60853
RGB
CMYK
RGB Variations
Color information
#F60853 (or 0xF60853) is known color: Razzmatazz. HEX triplet: F6, 08 and 53. RGB value is (246,8,83). Sum of RGB (Red+Green+Blue) = 246+8+83=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F60853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60853 is #09F7AC. Grayscale: #575757. Windows color (decimal): -653229 or 5441782. OLE color: 5441782.
HSL color Cylindrical-coordinate representation of color #F60853: hue angle of 341.09º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60853 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 83 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.04 |
| HSL | 341.09º | 0.94% | 0.5% | - |
| HSV(B) | 341.09º | 0.97% | 0.96% | - |
| XYZ | 39.65 | 20.39 | 10.03 | - |
| YUV | 87.71 | 125.35 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 83 | 0 | 0.97 | 0.66 | 0.04 | 341.09 | 0.94 | 0.5 |
| Hex | F6 | 8 | 53 | 0 | 61 | 42 | 4 | 155 | 5E | 32 |
| Octal | 366 | 10 | 123 | 0 | 141 | 102 | 4 | 525 | 136 | 62 |
| Binary | 11110110 | 1000 | 1010011 | 0 | 1100001 | 1000010 | 100 | 101010101 | 1011110 | 110010 |
Color Harmonies of #F60853
Complementary color
Monochromatic Colors of #F60853
Black with #F60853
Text Example
Text Example
White with #F60853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60853; }
p { color: rgb(246,8,83); }
H1.HeaderClassName
{
color: #F60853;
}
.AnyTagClassName
{
color: #F60853;
}
</style>
background-color css
<style>
a { background-color: #F60853; }
a { background-color: rgb(246,8,83); }
div.DivClassName
{
background-color: #F60853;
}
.BgClassName
{
background-color: #F60853;
}
</style>
border-color css
<style>
span { border-color: #F60853; }
span { border-color: rgb(246,8,83); }
td.TdClassName
{
border-color: #F60853;
}
.TagClassName
{
border-color: #F60853;
}
</style>