Shades of Deep Pink #F72680
Tints of Deep Pink #F72680
RGB
CMYK
RGB Variations
Color information
#F72680 (or 0xF72680) is known color: Deep Pink. HEX triplet: F7, 26 and 80. RGB value is (247,38,128). Sum of RGB (Red+Green+Blue) = 247+38+128=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F72680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72680 is #08D97F. Grayscale: #6E6E6E. Windows color (decimal): -579968 or 8398583. OLE color: 8398583.
HSL color Cylindrical-coordinate representation of color #F72680: hue angle of 334.16º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72680 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 128 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.03 |
| HSL | 334.16º | 0.93% | 0.56% | - |
| HSV(B) | 334.16º | 0.85% | 0.97% | - |
| XYZ | 42.95 | 22.72 | 22.54 | - |
| YUV | 110.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 128 | 0 | 0.85 | 0.48 | 0.03 | 334.16 | 0.93 | 0.56 |
| Hex | F7 | 26 | 80 | 0 | 55 | 30 | 3 | 14E | 5D | 38 |
| Octal | 367 | 46 | 200 | 0 | 125 | 60 | 3 | 516 | 135 | 70 |
| Binary | 11110111 | 100110 | 10000000 | 0 | 1010101 | 110000 | 11 | 101001110 | 1011101 | 111000 |
Color Harmonies of #F72680
Complementary color
Monochromatic Colors of #F72680
Black with #F72680
Text Example
Text Example
White with #F72680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72680; }
p { color: rgb(247,38,128); }
H1.HeaderClassName
{
color: #F72680;
}
.AnyTagClassName
{
color: #F72680;
}
</style>
background-color css
<style>
a { background-color: #F72680; }
a { background-color: rgb(247,38,128); }
div.DivClassName
{
background-color: #F72680;
}
.BgClassName
{
background-color: #F72680;
}
</style>
border-color css
<style>
span { border-color: #F72680; }
span { border-color: rgb(247,38,128); }
td.TdClassName
{
border-color: #F72680;
}
.TagClassName
{
border-color: #F72680;
}
</style>