Shades of Razzmatazz #F61756
Tints of Razzmatazz #F61756
RGB
CMYK
RGB Variations
Color information
#F61756 (or 0xF61756) is known color: Razzmatazz. HEX triplet: F6, 17 and 56. RGB value is (246,23,86). Sum of RGB (Red+Green+Blue) = 246+23+86=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F61756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61756 is #09E8A9. Grayscale: #606060. Windows color (decimal): -649386 or 5642230. OLE color: 5642230.
HSL color Cylindrical-coordinate representation of color #F61756: hue angle of 343.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61756 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 86 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.04 |
| HSL | 343.05º | 0.93% | 0.53% | - |
| HSV(B) | 343.05º | 0.91% | 0.96% | - |
| XYZ | 39.99 | 20.88 | 10.73 | - |
| YUV | 96.86 | 121.88 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 86 | 0 | 0.91 | 0.65 | 0.04 | 343.05 | 0.93 | 0.53 |
| Hex | F6 | 17 | 56 | 0 | 5B | 41 | 4 | 157 | 5D | 35 |
| Octal | 366 | 27 | 126 | 0 | 133 | 101 | 4 | 527 | 135 | 65 |
| Binary | 11110110 | 10111 | 1010110 | 0 | 1011011 | 1000001 | 100 | 101010111 | 1011101 | 110101 |
Color Harmonies of #F61756
Complementary color
Monochromatic Colors of #F61756
Black with #F61756
Text Example
Text Example
White with #F61756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61756; }
p { color: rgb(246,23,86); }
H1.HeaderClassName
{
color: #F61756;
}
.AnyTagClassName
{
color: #F61756;
}
</style>
background-color css
<style>
a { background-color: #F61756; }
a { background-color: rgb(246,23,86); }
div.DivClassName
{
background-color: #F61756;
}
.BgClassName
{
background-color: #F61756;
}
</style>
border-color css
<style>
span { border-color: #F61756; }
span { border-color: rgb(246,23,86); }
td.TdClassName
{
border-color: #F61756;
}
.TagClassName
{
border-color: #F61756;
}
</style>