Shades of Deep Pink #FF14A0
Tints of Deep Pink #FF14A0
RGB
CMYK
RGB Variations
Color information
#FF14A0 (or 0xFF14A0) is known color: Deep Pink. HEX triplet: FF, 14 and A0. RGB value is (255,20,160). Sum of RGB (Red+Green+Blue) = 255+20+160=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF14A0 is #00EB5F. Grayscale: #696969. Windows color (decimal): -60256 or 10491135. OLE color: 10491135.
HSL color Cylindrical-coordinate representation of color #FF14A0: hue angle of 324.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14A0 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 160 | - |
| CMYK | 0 | 0.92 | 0.37 | 0 |
| HSL | 324.26º | 1% | 0.54% | - |
| HSV(B) | 324.26º | 0.92% | 1% | - |
| XYZ | 47.84 | 24.3 | 35.43 | - |
| YUV | 106.23 | 158.36 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 160 | 0 | 0.92 | 0.37 | 0 | 324.26 | 1 | 0.54 |
| Hex | FF | 14 | A0 | 0 | 5C | 25 | 0 | 144 | 64 | 36 |
| Octal | 377 | 24 | 240 | 0 | 134 | 45 | 0 | 504 | 144 | 66 |
| Binary | 11111111 | 10100 | 10100000 | 0 | 1011100 | 100101 | 0 | 101000100 | 1100100 | 110110 |
Color Harmonies of #FF14A0
Complementary color
Monochromatic Colors of #FF14A0
Black with #FF14A0
Text Example
Text Example
White with #FF14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14A0; }
p { color: rgb(255,20,160); }
H1.HeaderClassName
{
color: #FF14A0;
}
.AnyTagClassName
{
color: #FF14A0;
}
</style>
background-color css
<style>
a { background-color: #FF14A0; }
a { background-color: rgb(255,20,160); }
div.DivClassName
{
background-color: #FF14A0;
}
.BgClassName
{
background-color: #FF14A0;
}
</style>
border-color css
<style>
span { border-color: #FF14A0; }
span { border-color: rgb(255,20,160); }
td.TdClassName
{
border-color: #FF14A0;
}
.TagClassName
{
border-color: #FF14A0;
}
</style>