Shades of Deep Pink #F10E95
Tints of Deep Pink #F10E95
RGB
CMYK
RGB Variations
Color information
#F10E95 (or 0xF10E95) is known color: Deep Pink. HEX triplet: F1, 0E and 95. RGB value is (241,14,149). Sum of RGB (Red+Green+Blue) = 241+14+149=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E95 is #0EF16A. Grayscale: #606060. Windows color (decimal): -979307 or 9768689. OLE color: 9768689.
HSL color Cylindrical-coordinate representation of color #F10E95: hue angle of 324.32º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E95 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 149 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.05 |
| HSL | 324.32º | 0.89% | 0.5% | - |
| HSV(B) | 324.32º | 0.94% | 0.95% | - |
| XYZ | 41.86 | 21.18 | 30.32 | - |
| YUV | 97.26 | 157.21 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 149 | 0 | 0.94 | 0.38 | 0.05 | 324.32 | 0.89 | 0.5 |
| Hex | F1 | E | 95 | 0 | 5E | 26 | 5 | 144 | 59 | 32 |
| Octal | 361 | 16 | 225 | 0 | 136 | 46 | 5 | 504 | 131 | 62 |
| Binary | 11110001 | 1110 | 10010101 | 0 | 1011110 | 100110 | 101 | 101000100 | 1011001 | 110010 |
Color Harmonies of #F10E95
Complementary color
Monochromatic Colors of #F10E95
Black with #F10E95
Text Example
Text Example
White with #F10E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E95; }
p { color: rgb(241,14,149); }
H1.HeaderClassName
{
color: #F10E95;
}
.AnyTagClassName
{
color: #F10E95;
}
</style>
background-color css
<style>
a { background-color: #F10E95; }
a { background-color: rgb(241,14,149); }
div.DivClassName
{
background-color: #F10E95;
}
.BgClassName
{
background-color: #F10E95;
}
</style>
border-color css
<style>
span { border-color: #F10E95; }
span { border-color: rgb(241,14,149); }
td.TdClassName
{
border-color: #F10E95;
}
.TagClassName
{
border-color: #F10E95;
}
</style>