Shades of Deep Pink #FF1880
Tints of Deep Pink #FF1880
RGB
CMYK
RGB Variations
Color information
#FF1880 (or 0xFF1880) is known color: Deep Pink. HEX triplet: FF, 18 and 80. RGB value is (255,24,128). Sum of RGB (Red+Green+Blue) = 255+24+128=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1880 is #00E77F. Grayscale: #686868. Windows color (decimal): -59264 or 8395007. OLE color: 8395007.
HSL color Cylindrical-coordinate representation of color #FF1880: hue angle of 332.99º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1880 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 128 | - |
| CMYK | 0 | 0.91 | 0.50 | 0 |
| HSL | 332.99º | 1% | 0.55% | - |
| HSV(B) | 332.99º | 0.91% | 1% | - |
| XYZ | 45.46 | 23.47 | 22.56 | - |
| YUV | 104.93 | 141.03 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 128 | 0 | 0.91 | 0.50 | 0 | 332.99 | 1 | 0.55 |
| Hex | FF | 18 | 80 | 0 | 5B | 32 | 0 | 14D | 64 | 37 |
| Octal | 377 | 30 | 200 | 0 | 133 | 62 | 0 | 515 | 144 | 67 |
| Binary | 11111111 | 11000 | 10000000 | 0 | 1011011 | 110010 | 0 | 101001101 | 1100100 | 110111 |
Color Harmonies of #FF1880
Complementary color
Monochromatic Colors of #FF1880
Black with #FF1880
Text Example
Text Example
White with #FF1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1880; }
p { color: rgb(255,24,128); }
H1.HeaderClassName
{
color: #FF1880;
}
.AnyTagClassName
{
color: #FF1880;
}
</style>
background-color css
<style>
a { background-color: #FF1880; }
a { background-color: rgb(255,24,128); }
div.DivClassName
{
background-color: #FF1880;
}
.BgClassName
{
background-color: #FF1880;
}
</style>
border-color css
<style>
span { border-color: #FF1880; }
span { border-color: rgb(255,24,128); }
td.TdClassName
{
border-color: #FF1880;
}
.TagClassName
{
border-color: #FF1880;
}
</style>