Shades of Deep Pink #FF0980
Tints of Deep Pink #FF0980
RGB
CMYK
RGB Variations
Color information
#FF0980 (or 0xFF0980) is known color: Deep Pink. HEX triplet: FF, 09 and 80. RGB value is (255,9,128). Sum of RGB (Red+Green+Blue) = 255+9+128=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0980 is #00F67F. Grayscale: #5F5F5F. Windows color (decimal): -63104 or 8391167. OLE color: 8391167.
HSL color Cylindrical-coordinate representation of color #FF0980: hue angle of 330.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0980 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.50 | 0 |
| HSL | 330.98º | 1% | 0.52% | - |
| HSV(B) | 330.98º | 0.96% | 1% | - |
| XYZ | 45.23 | 23.01 | 22.48 | - |
| YUV | 96.12 | 146 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 128 | 0 | 0.96 | 0.50 | 0 | 330.98 | 1 | 0.52 |
| Hex | FF | 9 | 80 | 0 | 60 | 32 | 0 | 14B | 64 | 34 |
| Octal | 377 | 11 | 200 | 0 | 140 | 62 | 0 | 513 | 144 | 64 |
| Binary | 11111111 | 1001 | 10000000 | 0 | 1100000 | 110010 | 0 | 101001011 | 1100100 | 110100 |
Color Harmonies of #FF0980
Complementary color
Monochromatic Colors of #FF0980
Black with #FF0980
Text Example
Text Example
White with #FF0980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0980; }
p { color: rgb(255,9,128); }
H1.HeaderClassName
{
color: #FF0980;
}
.AnyTagClassName
{
color: #FF0980;
}
</style>
background-color css
<style>
a { background-color: #FF0980; }
a { background-color: rgb(255,9,128); }
div.DivClassName
{
background-color: #FF0980;
}
.BgClassName
{
background-color: #FF0980;
}
</style>
border-color css
<style>
span { border-color: #FF0980; }
span { border-color: rgb(255,9,128); }
td.TdClassName
{
border-color: #FF0980;
}
.TagClassName
{
border-color: #FF0980;
}
</style>