Shades of Deep Pink #F6167A
Tints of Deep Pink #F6167A
RGB
CMYK
RGB Variations
Color information
#F6167A (or 0xF6167A) is known color: Deep Pink. HEX triplet: F6, 16 and 7A. RGB value is (246,22,122). Sum of RGB (Red+Green+Blue) = 246+22+122=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6167A is #09E985. Grayscale: #646464. Windows color (decimal): -649606 or 8001270. OLE color: 8001270.
HSL color Cylindrical-coordinate representation of color #F6167A: hue angle of 333.21º 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 #F6167A is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 122 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.04 |
| HSL | 333.21º | 0.93% | 0.53% | - |
| HSV(B) | 333.21º | 0.91% | 0.96% | - |
| XYZ | 41.81 | 21.57 | 20.37 | - |
| YUV | 100.38 | 140.21 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 122 | 0 | 0.91 | 0.50 | 0.04 | 333.21 | 0.93 | 0.53 |
| Hex | F6 | 16 | 7A | 0 | 5B | 32 | 4 | 14D | 5D | 35 |
| Octal | 366 | 26 | 172 | 0 | 133 | 62 | 4 | 515 | 135 | 65 |
| Binary | 11110110 | 10110 | 1111010 | 0 | 1011011 | 110010 | 100 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F6167A
Complementary color
Monochromatic Colors of #F6167A
Black with #F6167A
Text Example
Text Example
White with #F6167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6167A; }
p { color: rgb(246,22,122); }
H1.HeaderClassName
{
color: #F6167A;
}
.AnyTagClassName
{
color: #F6167A;
}
</style>
background-color css
<style>
a { background-color: #F6167A; }
a { background-color: rgb(246,22,122); }
div.DivClassName
{
background-color: #F6167A;
}
.BgClassName
{
background-color: #F6167A;
}
</style>
border-color css
<style>
span { border-color: #F6167A; }
span { border-color: rgb(246,22,122); }
td.TdClassName
{
border-color: #F6167A;
}
.TagClassName
{
border-color: #F6167A;
}
</style>