Shades of Deep Pink #F514A0
Tints of Deep Pink #F514A0
RGB
CMYK
RGB Variations
Color information
#F514A0 (or 0xF514A0) is known color: Deep Pink. HEX triplet: F5, 14 and A0. RGB value is (245,20,160). Sum of RGB (Red+Green+Blue) = 245+20+160=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F514A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F514A0 is #0AEB5F. Grayscale: #666666. Windows color (decimal): -715616 or 10491125. OLE color: 10491125.
HSL color Cylindrical-coordinate representation of color #F514A0: hue angle of 322.67º degrees, saturation: 0.92, 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 #F514A0 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 160 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.04 |
| HSL | 322.67º | 0.92% | 0.52% | - |
| HSV(B) | 322.67º | 0.92% | 0.96% | - |
| XYZ | 44.25 | 22.45 | 35.26 | - |
| YUV | 103.24 | 160.04 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 160 | 0 | 0.92 | 0.35 | 0.04 | 322.67 | 0.92 | 0.52 |
| Hex | F5 | 14 | A0 | 0 | 5C | 23 | 4 | 143 | 5C | 34 |
| Octal | 365 | 24 | 240 | 0 | 134 | 43 | 4 | 503 | 134 | 64 |
| Binary | 11110101 | 10100 | 10100000 | 0 | 1011100 | 100011 | 100 | 101000011 | 1011100 | 110100 |
Color Harmonies of #F514A0
Complementary color
Monochromatic Colors of #F514A0
Black with #F514A0
Text Example
Text Example
White with #F514A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514A0; }
p { color: rgb(245,20,160); }
H1.HeaderClassName
{
color: #F514A0;
}
.AnyTagClassName
{
color: #F514A0;
}
</style>
background-color css
<style>
a { background-color: #F514A0; }
a { background-color: rgb(245,20,160); }
div.DivClassName
{
background-color: #F514A0;
}
.BgClassName
{
background-color: #F514A0;
}
</style>
border-color css
<style>
span { border-color: #F514A0; }
span { border-color: rgb(245,20,160); }
td.TdClassName
{
border-color: #F514A0;
}
.TagClassName
{
border-color: #F514A0;
}
</style>