Shades of Deep Pink #F10880
Tints of Deep Pink #F10880
RGB
CMYK
RGB Variations
Color information
#F10880 (or 0xF10880) is known color: Deep Pink. HEX triplet: F1, 08 and 80. RGB value is (241,8,128). Sum of RGB (Red+Green+Blue) = 241+8+128=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10880 is #0EF77F. Grayscale: #5B5B5B. Windows color (decimal): -980864 or 8390897. OLE color: 8390897.
HSL color Cylindrical-coordinate representation of color #F10880: hue angle of 329.1º 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 #F10880 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.05 |
| HSL | 329.1º | 0.94% | 0.49% | - |
| HSV(B) | 329.1º | 0.97% | 0.95% | - |
| XYZ | 40.26 | 20.43 | 22.24 | - |
| YUV | 91.35 | 148.69 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 128 | 0 | 0.97 | 0.47 | 0.05 | 329.1 | 0.94 | 0.49 |
| Hex | F1 | 8 | 80 | 0 | 61 | 2F | 5 | 149 | 5E | 31 |
| Octal | 361 | 10 | 200 | 0 | 141 | 57 | 5 | 511 | 136 | 61 |
| Binary | 11110001 | 1000 | 10000000 | 0 | 1100001 | 101111 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F10880
Complementary color
Monochromatic Colors of #F10880
Black with #F10880
Text Example
Text Example
White with #F10880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10880; }
p { color: rgb(241,8,128); }
H1.HeaderClassName
{
color: #F10880;
}
.AnyTagClassName
{
color: #F10880;
}
</style>
background-color css
<style>
a { background-color: #F10880; }
a { background-color: rgb(241,8,128); }
div.DivClassName
{
background-color: #F10880;
}
.BgClassName
{
background-color: #F10880;
}
</style>
border-color css
<style>
span { border-color: #F10880; }
span { border-color: rgb(241,8,128); }
td.TdClassName
{
border-color: #F10880;
}
.TagClassName
{
border-color: #F10880;
}
</style>