Shades of Deep Pink #F617A0
Tints of Deep Pink #F617A0
RGB
CMYK
RGB Variations
Color information
#F617A0 (or 0xF617A0) is known color: Deep Pink. HEX triplet: F6, 17 and A0. RGB value is (246,23,160). Sum of RGB (Red+Green+Blue) = 246+23+160=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F617A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F617A0 is #09E85F. Grayscale: #686868. Windows color (decimal): -649312 or 10491894. OLE color: 10491894.
HSL color Cylindrical-coordinate representation of color #F617A0: hue angle of 323.14º 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 #F617A0 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 160 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.04 |
| HSL | 323.14º | 0.93% | 0.53% | - |
| HSV(B) | 323.14º | 0.91% | 0.96% | - |
| XYZ | 44.66 | 22.74 | 35.29 | - |
| YUV | 105.3 | 158.88 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 160 | 0 | 0.91 | 0.35 | 0.04 | 323.14 | 0.93 | 0.53 |
| Hex | F6 | 17 | A0 | 0 | 5B | 23 | 4 | 143 | 5D | 35 |
| Octal | 366 | 27 | 240 | 0 | 133 | 43 | 4 | 503 | 135 | 65 |
| Binary | 11110110 | 10111 | 10100000 | 0 | 1011011 | 100011 | 100 | 101000011 | 1011101 | 110101 |
Color Harmonies of #F617A0
Complementary color
Monochromatic Colors of #F617A0
Black with #F617A0
Text Example
Text Example
White with #F617A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F617A0; }
p { color: rgb(246,23,160); }
H1.HeaderClassName
{
color: #F617A0;
}
.AnyTagClassName
{
color: #F617A0;
}
</style>
background-color css
<style>
a { background-color: #F617A0; }
a { background-color: rgb(246,23,160); }
div.DivClassName
{
background-color: #F617A0;
}
.BgClassName
{
background-color: #F617A0;
}
</style>
border-color css
<style>
span { border-color: #F617A0; }
span { border-color: rgb(246,23,160); }
td.TdClassName
{
border-color: #F617A0;
}
.TagClassName
{
border-color: #F617A0;
}
</style>