Shades of Deep Pink #FF1280
Tints of Deep Pink #FF1280
RGB
CMYK
RGB Variations
Color information
#FF1280 (or 0xFF1280) is known color: Deep Pink. HEX triplet: FF, 12 and 80. RGB value is (255,18,128). Sum of RGB (Red+Green+Blue) = 255+18+128=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1280 is #00ED7F. Grayscale: #656565. Windows color (decimal): -60800 or 8393471. OLE color: 8393471.
HSL color Cylindrical-coordinate representation of color #FF1280: hue angle of 332.15º 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 #FF1280 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 128 | - |
| CMYK | 0 | 0.93 | 0.50 | 0 |
| HSL | 332.15º | 1% | 0.54% | - |
| HSV(B) | 332.15º | 0.93% | 1% | - |
| XYZ | 45.35 | 23.25 | 22.52 | - |
| YUV | 101.4 | 143.02 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 128 | 0 | 0.93 | 0.50 | 0 | 332.15 | 1 | 0.54 |
| Hex | FF | 12 | 80 | 0 | 5D | 32 | 0 | 14C | 64 | 36 |
| Octal | 377 | 22 | 200 | 0 | 135 | 62 | 0 | 514 | 144 | 66 |
| Binary | 11111111 | 10010 | 10000000 | 0 | 1011101 | 110010 | 0 | 101001100 | 1100100 | 110110 |
Color Harmonies of #FF1280
Complementary color
Monochromatic Colors of #FF1280
Black with #FF1280
Text Example
Text Example
White with #FF1280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1280; }
p { color: rgb(255,18,128); }
H1.HeaderClassName
{
color: #FF1280;
}
.AnyTagClassName
{
color: #FF1280;
}
</style>
background-color css
<style>
a { background-color: #FF1280; }
a { background-color: rgb(255,18,128); }
div.DivClassName
{
background-color: #FF1280;
}
.BgClassName
{
background-color: #FF1280;
}
</style>
border-color css
<style>
span { border-color: #FF1280; }
span { border-color: rgb(255,18,128); }
td.TdClassName
{
border-color: #FF1280;
}
.TagClassName
{
border-color: #FF1280;
}
</style>