Shades of Deep Pink #FF12A0
Tints of Deep Pink #FF12A0
RGB
CMYK
RGB Variations
Color information
#FF12A0 (or 0xFF12A0) is known color: Deep Pink. HEX triplet: FF, 12 and A0. RGB value is (255,18,160). Sum of RGB (Red+Green+Blue) = 255+18+160=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12A0 is #00ED5F. Grayscale: #686868. Windows color (decimal): -60768 or 10490623. OLE color: 10490623.
HSL color Cylindrical-coordinate representation of color #FF12A0: hue angle of 324.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0 |
| HSL | 324.05º | 1% | 0.54% | - |
| HSV(B) | 324.05º | 0.93% | 1% | - |
| XYZ | 47.8 | 24.23 | 35.42 | - |
| YUV | 105.05 | 159.02 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 160 | 0 | 0.93 | 0.37 | 0 | 324.05 | 1 | 0.54 |
| Hex | FF | 12 | A0 | 0 | 5D | 25 | 0 | 144 | 64 | 36 |
| Octal | 377 | 22 | 240 | 0 | 135 | 45 | 0 | 504 | 144 | 66 |
| Binary | 11111111 | 10010 | 10100000 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100100 | 110110 |
Color Harmonies of #FF12A0
Complementary color
Monochromatic Colors of #FF12A0
Black with #FF12A0
Text Example
Text Example
White with #FF12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12A0; }
p { color: rgb(255,18,160); }
H1.HeaderClassName
{
color: #FF12A0;
}
.AnyTagClassName
{
color: #FF12A0;
}
</style>
background-color css
<style>
a { background-color: #FF12A0; }
a { background-color: rgb(255,18,160); }
div.DivClassName
{
background-color: #FF12A0;
}
.BgClassName
{
background-color: #FF12A0;
}
</style>
border-color css
<style>
span { border-color: #FF12A0; }
span { border-color: rgb(255,18,160); }
td.TdClassName
{
border-color: #FF12A0;
}
.TagClassName
{
border-color: #FF12A0;
}
</style>