Shades of Deep Pink #FF0480
Tints of Deep Pink #FF0480
RGB
CMYK
RGB Variations
Color information
#FF0480 (or 0xFF0480) is known color: Deep Pink. HEX triplet: FF, 04 and 80. RGB value is (255,4,128). Sum of RGB (Red+Green+Blue) = 255+4+128=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0480 is #00FB7F. Grayscale: #5C5C5C. Windows color (decimal): -64384 or 8389887. OLE color: 8389887.
HSL color Cylindrical-coordinate representation of color #FF0480: hue angle of 330.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0480 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 128 | - |
| CMYK | 0 | 0.98 | 0.50 | 0 |
| HSL | 330.36º | 1% | 0.51% | - |
| HSV(B) | 330.36º | 0.98% | 1% | - |
| XYZ | 45.18 | 22.91 | 22.46 | - |
| YUV | 93.19 | 147.66 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 128 | 0 | 0.98 | 0.50 | 0 | 330.36 | 1 | 0.51 |
| Hex | FF | 4 | 80 | 0 | 62 | 32 | 0 | 14A | 64 | 33 |
| Octal | 377 | 4 | 200 | 0 | 142 | 62 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 100 | 10000000 | 0 | 1100010 | 110010 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0480
Complementary color
Monochromatic Colors of #FF0480
Black with #FF0480
Text Example
Text Example
White with #FF0480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0480; }
p { color: rgb(255,4,128); }
H1.HeaderClassName
{
color: #FF0480;
}
.AnyTagClassName
{
color: #FF0480;
}
</style>
background-color css
<style>
a { background-color: #FF0480; }
a { background-color: rgb(255,4,128); }
div.DivClassName
{
background-color: #FF0480;
}
.BgClassName
{
background-color: #FF0480;
}
</style>
border-color css
<style>
span { border-color: #FF0480; }
span { border-color: rgb(255,4,128); }
td.TdClassName
{
border-color: #FF0480;
}
.TagClassName
{
border-color: #FF0480;
}
</style>