Shades of Deep Pink #F10881
Tints of Deep Pink #F10881
RGB
CMYK
RGB Variations
Color information
#F10881 (or 0xF10881) is known color: Deep Pink. HEX triplet: F1, 08 and 81. RGB value is (241,8,129). Sum of RGB (Red+Green+Blue) = 241+8+129=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F10881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10881 is #0EF77E. Grayscale: #5B5B5B. Windows color (decimal): -980863 or 8456433. OLE color: 8456433.
HSL color Cylindrical-coordinate representation of color #F10881: hue angle of 328.84º 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 #F10881 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 129 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.05 |
| HSL | 328.84º | 0.94% | 0.49% | - |
| HSV(B) | 328.84º | 0.97% | 0.95% | - |
| XYZ | 40.32 | 20.46 | 22.59 | - |
| YUV | 91.46 | 149.19 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 129 | 0 | 0.97 | 0.46 | 0.05 | 328.84 | 0.94 | 0.49 |
| Hex | F1 | 8 | 81 | 0 | 61 | 2E | 5 | 149 | 5E | 31 |
| Octal | 361 | 10 | 201 | 0 | 141 | 56 | 5 | 511 | 136 | 61 |
| Binary | 11110001 | 1000 | 10000001 | 0 | 1100001 | 101110 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F10881
Complementary color
Monochromatic Colors of #F10881
Black with #F10881
Text Example
Text Example
White with #F10881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10881; }
p { color: rgb(241,8,129); }
H1.HeaderClassName
{
color: #F10881;
}
.AnyTagClassName
{
color: #F10881;
}
</style>
background-color css
<style>
a { background-color: #F10881; }
a { background-color: rgb(241,8,129); }
div.DivClassName
{
background-color: #F10881;
}
.BgClassName
{
background-color: #F10881;
}
</style>
border-color css
<style>
span { border-color: #F10881; }
span { border-color: rgb(241,8,129); }
td.TdClassName
{
border-color: #F10881;
}
.TagClassName
{
border-color: #F10881;
}
</style>