Shades of Razzmatazz #F61162
Tints of Razzmatazz #F61162
RGB
CMYK
RGB Variations
Color information
#F61162 (or 0xF61162) is known color: Razzmatazz. HEX triplet: F6, 11 and 62. RGB value is (246,17,98). Sum of RGB (Red+Green+Blue) = 246+17+98=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F61162 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61162 is #09EE9D. Grayscale: #5E5E5E. Windows color (decimal): -650910 or 6427126. OLE color: 6427126.
HSL color Cylindrical-coordinate representation of color #F61162: hue angle of 338.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61162 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 98 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.04 |
| HSL | 338.78º | 0.93% | 0.52% | - |
| HSV(B) | 338.78º | 0.93% | 0.96% | - |
| XYZ | 40.41 | 20.88 | 13.45 | - |
| YUV | 94.71 | 129.87 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 98 | 0 | 0.93 | 0.60 | 0.04 | 338.78 | 0.93 | 0.52 |
| Hex | F6 | 11 | 62 | 0 | 5D | 3C | 4 | 153 | 5D | 34 |
| Octal | 366 | 21 | 142 | 0 | 135 | 74 | 4 | 523 | 135 | 64 |
| Binary | 11110110 | 10001 | 1100010 | 0 | 1011101 | 111100 | 100 | 101010011 | 1011101 | 110100 |
Color Harmonies of #F61162
Complementary color
Monochromatic Colors of #F61162
Black with #F61162
Text Example
Text Example
White with #F61162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61162; }
p { color: rgb(246,17,98); }
H1.HeaderClassName
{
color: #F61162;
}
.AnyTagClassName
{
color: #F61162;
}
</style>
background-color css
<style>
a { background-color: #F61162; }
a { background-color: rgb(246,17,98); }
div.DivClassName
{
background-color: #F61162;
}
.BgClassName
{
background-color: #F61162;
}
</style>
border-color css
<style>
span { border-color: #F61162; }
span { border-color: rgb(246,17,98); }
td.TdClassName
{
border-color: #F61162;
}
.TagClassName
{
border-color: #F61162;
}
</style>