Shades of Deep Pink #F613A0
Tints of Deep Pink #F613A0
RGB
CMYK
RGB Variations
Color information
#F613A0 (or 0xF613A0) is known color: Deep Pink. HEX triplet: F6, 13 and A0. RGB value is (246,19,160). Sum of RGB (Red+Green+Blue) = 246+19+160=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F613A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F613A0 is #09EC5F. Grayscale: #666666. Windows color (decimal): -650336 or 10490870. OLE color: 10490870.
HSL color Cylindrical-coordinate representation of color #F613A0: hue angle of 322.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F613A0 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 160 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.04 |
| HSL | 322.73º | 0.93% | 0.52% | - |
| HSV(B) | 322.73º | 0.92% | 0.96% | - |
| XYZ | 44.58 | 22.6 | 35.27 | - |
| YUV | 102.95 | 160.21 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 160 | 0 | 0.92 | 0.35 | 0.04 | 322.73 | 0.93 | 0.52 |
| Hex | F6 | 13 | A0 | 0 | 5C | 23 | 4 | 143 | 5D | 34 |
| Octal | 366 | 23 | 240 | 0 | 134 | 43 | 4 | 503 | 135 | 64 |
| Binary | 11110110 | 10011 | 10100000 | 0 | 1011100 | 100011 | 100 | 101000011 | 1011101 | 110100 |
Color Harmonies of #F613A0
Complementary color
Monochromatic Colors of #F613A0
Black with #F613A0
Text Example
Text Example
White with #F613A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613A0; }
p { color: rgb(246,19,160); }
H1.HeaderClassName
{
color: #F613A0;
}
.AnyTagClassName
{
color: #F613A0;
}
</style>
background-color css
<style>
a { background-color: #F613A0; }
a { background-color: rgb(246,19,160); }
div.DivClassName
{
background-color: #F613A0;
}
.BgClassName
{
background-color: #F613A0;
}
</style>
border-color css
<style>
span { border-color: #F613A0; }
span { border-color: rgb(246,19,160); }
td.TdClassName
{
border-color: #F613A0;
}
.TagClassName
{
border-color: #F613A0;
}
</style>