Shades of Deep Pink #F10780
Tints of Deep Pink #F10780
RGB
CMYK
RGB Variations
Color information
#F10780 (or 0xF10780) is known color: Deep Pink. HEX triplet: F1, 07 and 80. RGB value is (241,7,128). Sum of RGB (Red+Green+Blue) = 241+7+128=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10780 is #0EF87F. Grayscale: #5A5A5A. Windows color (decimal): -981120 or 8390641. OLE color: 8390641.
HSL color Cylindrical-coordinate representation of color #F10780: hue angle of 328.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10780 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.05 |
| HSL | 328.97º | 0.94% | 0.49% | - |
| HSV(B) | 328.97º | 0.97% | 0.95% | - |
| XYZ | 40.25 | 20.41 | 22.24 | - |
| YUV | 90.76 | 149.02 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 128 | 0 | 0.97 | 0.47 | 0.05 | 328.97 | 0.94 | 0.49 |
| Hex | F1 | 7 | 80 | 0 | 61 | 2F | 5 | 149 | 5E | 31 |
| Octal | 361 | 7 | 200 | 0 | 141 | 57 | 5 | 511 | 136 | 61 |
| Binary | 11110001 | 111 | 10000000 | 0 | 1100001 | 101111 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F10780
Complementary color
Monochromatic Colors of #F10780
Black with #F10780
Text Example
Text Example
White with #F10780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10780; }
p { color: rgb(241,7,128); }
H1.HeaderClassName
{
color: #F10780;
}
.AnyTagClassName
{
color: #F10780;
}
</style>
background-color css
<style>
a { background-color: #F10780; }
a { background-color: rgb(241,7,128); }
div.DivClassName
{
background-color: #F10780;
}
.BgClassName
{
background-color: #F10780;
}
</style>
border-color css
<style>
span { border-color: #F10780; }
span { border-color: rgb(241,7,128); }
td.TdClassName
{
border-color: #F10780;
}
.TagClassName
{
border-color: #F10780;
}
</style>