Shades of Razzmatazz #F60356
Tints of Razzmatazz #F60356
RGB
CMYK
RGB Variations
Color information
#F60356 (or 0xF60356) is known color: Razzmatazz. HEX triplet: F6, 03 and 56. RGB value is (246,3,86). Sum of RGB (Red+Green+Blue) = 246+3+86=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F60356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60356 is #09FCA9. Grayscale: #555555. Windows color (decimal): -654506 or 5637110. OLE color: 5637110.
HSL color Cylindrical-coordinate representation of color #F60356: hue angle of 339.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60356 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.04 |
| HSL | 339.51º | 0.98% | 0.49% | - |
| HSV(B) | 339.51º | 0.99% | 0.96% | - |
| XYZ | 39.72 | 20.33 | 10.63 | - |
| YUV | 85.12 | 128.51 | 242.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 86 | 0 | 0.99 | 0.65 | 0.04 | 339.51 | 0.98 | 0.49 |
| Hex | F6 | 3 | 56 | 0 | 63 | 41 | 4 | 154 | 62 | 31 |
| Octal | 366 | 3 | 126 | 0 | 143 | 101 | 4 | 524 | 142 | 61 |
| Binary | 11110110 | 11 | 1010110 | 0 | 1100011 | 1000001 | 100 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F60356
Complementary color
Monochromatic Colors of #F60356
Black with #F60356
Text Example
Text Example
White with #F60356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60356; }
p { color: rgb(246,3,86); }
H1.HeaderClassName
{
color: #F60356;
}
.AnyTagClassName
{
color: #F60356;
}
</style>
background-color css
<style>
a { background-color: #F60356; }
a { background-color: rgb(246,3,86); }
div.DivClassName
{
background-color: #F60356;
}
.BgClassName
{
background-color: #F60356;
}
</style>
border-color css
<style>
span { border-color: #F60356; }
span { border-color: rgb(246,3,86); }
td.TdClassName
{
border-color: #F60356;
}
.TagClassName
{
border-color: #F60356;
}
</style>