Shades of Deep Pink #F00980
Tints of Deep Pink #F00980
RGB
CMYK
RGB Variations
Color information
#F00980 (or 0xF00980) is known color: Deep Pink. HEX triplet: F0, 09 and 80. RGB value is (240,9,128). Sum of RGB (Red+Green+Blue) = 240+9+128=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00980 is #0FF67F. Grayscale: #5B5B5B. Windows color (decimal): -1046144 or 8391152. OLE color: 8391152.
HSL color Cylindrical-coordinate representation of color #F00980: hue angle of 329.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00980 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.06 |
| HSL | 329.09º | 0.93% | 0.49% | - |
| HSV(B) | 329.09º | 0.96% | 0.94% | - |
| XYZ | 39.93 | 20.28 | 22.23 | - |
| YUV | 91.64 | 148.53 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 128 | 0 | 0.96 | 0.47 | 0.06 | 329.09 | 0.93 | 0.49 |
| Hex | F0 | 9 | 80 | 0 | 60 | 2F | 6 | 149 | 5D | 31 |
| Octal | 360 | 11 | 200 | 0 | 140 | 57 | 6 | 511 | 135 | 61 |
| Binary | 11110000 | 1001 | 10000000 | 0 | 1100000 | 101111 | 110 | 101001001 | 1011101 | 110001 |
Color Harmonies of #F00980
Complementary color
Monochromatic Colors of #F00980
Black with #F00980
Text Example
Text Example
White with #F00980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00980; }
p { color: rgb(240,9,128); }
H1.HeaderClassName
{
color: #F00980;
}
.AnyTagClassName
{
color: #F00980;
}
</style>
background-color css
<style>
a { background-color: #F00980; }
a { background-color: rgb(240,9,128); }
div.DivClassName
{
background-color: #F00980;
}
.BgClassName
{
background-color: #F00980;
}
</style>
border-color css
<style>
span { border-color: #F00980; }
span { border-color: rgb(240,9,128); }
td.TdClassName
{
border-color: #F00980;
}
.TagClassName
{
border-color: #F00980;
}
</style>