Shades of Deep Pink #F6119B
Tints of Deep Pink #F6119B
RGB
CMYK
RGB Variations
Color information
#F6119B (or 0xF6119B) is known color: Deep Pink. HEX triplet: F6, 11 and 9B. RGB value is (246,17,155). Sum of RGB (Red+Green+Blue) = 246+17+155=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6119B is #09EE64. Grayscale: #646464. Windows color (decimal): -650853 or 10162678. OLE color: 10162678.
HSL color Cylindrical-coordinate representation of color #F6119B: hue angle of 323.84º 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 #F6119B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.04 |
| HSL | 323.84º | 0.93% | 0.52% | - |
| HSV(B) | 323.84º | 0.93% | 0.96% | - |
| XYZ | 44.12 | 22.36 | 33 | - |
| YUV | 101.2 | 158.37 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 155 | 0 | 0.93 | 0.37 | 0.04 | 323.84 | 0.93 | 0.52 |
| Hex | F6 | 11 | 9B | 0 | 5D | 25 | 4 | 144 | 5D | 34 |
| Octal | 366 | 21 | 233 | 0 | 135 | 45 | 4 | 504 | 135 | 64 |
| Binary | 11110110 | 10001 | 10011011 | 0 | 1011101 | 100101 | 100 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F6119B
Complementary color
Monochromatic Colors of #F6119B
Black with #F6119B
Text Example
Text Example
White with #F6119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6119B; }
p { color: rgb(246,17,155); }
H1.HeaderClassName
{
color: #F6119B;
}
.AnyTagClassName
{
color: #F6119B;
}
</style>
background-color css
<style>
a { background-color: #F6119B; }
a { background-color: rgb(246,17,155); }
div.DivClassName
{
background-color: #F6119B;
}
.BgClassName
{
background-color: #F6119B;
}
</style>
border-color css
<style>
span { border-color: #F6119B; }
span { border-color: rgb(246,17,155); }
td.TdClassName
{
border-color: #F6119B;
}
.TagClassName
{
border-color: #F6119B;
}
</style>