Shades of Razzmatazz #F6165C
Tints of Razzmatazz #F6165C
RGB
CMYK
RGB Variations
Color information
#F6165C (or 0xF6165C) is known color: Razzmatazz. HEX triplet: F6, 16 and 5C. RGB value is (246,22,92). Sum of RGB (Red+Green+Blue) = 246+22+92=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F6165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6165C is #09E9A3. Grayscale: #606060. Windows color (decimal): -649636 or 6035190. OLE color: 6035190.
HSL color Cylindrical-coordinate representation of color #F6165C: hue angle of 341.25º 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 #F6165C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.04 |
| HSL | 341.25º | 0.93% | 0.53% | - |
| HSV(B) | 341.25º | 0.91% | 0.96% | - |
| XYZ | 40.22 | 20.94 | 12.05 | - |
| YUV | 96.96 | 125.21 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 92 | 0 | 0.91 | 0.63 | 0.04 | 341.25 | 0.93 | 0.53 |
| Hex | F6 | 16 | 5C | 0 | 5B | 3F | 4 | 155 | 5D | 35 |
| Octal | 366 | 26 | 134 | 0 | 133 | 77 | 4 | 525 | 135 | 65 |
| Binary | 11110110 | 10110 | 1011100 | 0 | 1011011 | 111111 | 100 | 101010101 | 1011101 | 110101 |
Color Harmonies of #F6165C
Complementary color
Monochromatic Colors of #F6165C
Black with #F6165C
Text Example
Text Example
White with #F6165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6165C; }
p { color: rgb(246,22,92); }
H1.HeaderClassName
{
color: #F6165C;
}
.AnyTagClassName
{
color: #F6165C;
}
</style>
background-color css
<style>
a { background-color: #F6165C; }
a { background-color: rgb(246,22,92); }
div.DivClassName
{
background-color: #F6165C;
}
.BgClassName
{
background-color: #F6165C;
}
</style>
border-color css
<style>
span { border-color: #F6165C; }
span { border-color: rgb(246,22,92); }
td.TdClassName
{
border-color: #F6165C;
}
.TagClassName
{
border-color: #F6165C;
}
</style>