Shades of Deep Pink #FF0380
Tints of Deep Pink #FF0380
RGB
CMYK
RGB Variations
Color information
#FF0380 (or 0xFF0380) is known color: Deep Pink. HEX triplet: FF, 03 and 80. RGB value is (255,3,128). Sum of RGB (Red+Green+Blue) = 255+3+128=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0380 is #00FC7F. Grayscale: #5C5C5C. Windows color (decimal): -64640 or 8389631. OLE color: 8389631.
HSL color Cylindrical-coordinate representation of color #FF0380: hue angle of 330.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0380 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.50 | 0 |
| HSL | 330.24º | 1% | 0.51% | - |
| HSV(B) | 330.24º | 0.99% | 1% | - |
| XYZ | 45.17 | 22.88 | 22.46 | - |
| YUV | 92.6 | 147.99 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 128 | 0 | 0.99 | 0.50 | 0 | 330.24 | 1 | 0.51 |
| Hex | FF | 3 | 80 | 0 | 63 | 32 | 0 | 14A | 64 | 33 |
| Octal | 377 | 3 | 200 | 0 | 143 | 62 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 11 | 10000000 | 0 | 1100011 | 110010 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0380
Complementary color
Monochromatic Colors of #FF0380
Black with #FF0380
Text Example
Text Example
White with #FF0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0380; }
p { color: rgb(255,3,128); }
H1.HeaderClassName
{
color: #FF0380;
}
.AnyTagClassName
{
color: #FF0380;
}
</style>
background-color css
<style>
a { background-color: #FF0380; }
a { background-color: rgb(255,3,128); }
div.DivClassName
{
background-color: #FF0380;
}
.BgClassName
{
background-color: #FF0380;
}
</style>
border-color css
<style>
span { border-color: #FF0380; }
span { border-color: rgb(255,3,128); }
td.TdClassName
{
border-color: #FF0380;
}
.TagClassName
{
border-color: #FF0380;
}
</style>