Shades of Deep Pink #F10A86
Tints of Deep Pink #F10A86
RGB
CMYK
RGB Variations
Color information
#F10A86 (or 0xF10A86) is known color: Deep Pink. HEX triplet: F1, 0A and 86. RGB value is (241,10,134). Sum of RGB (Red+Green+Blue) = 241+10+134=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A86 is #0EF579. Grayscale: #5C5C5C. Windows color (decimal): -980346 or 8784625. OLE color: 8784625.
HSL color Cylindrical-coordinate representation of color #F10A86: hue angle of 327.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A86 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 134 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.05 |
| HSL | 327.79º | 0.92% | 0.49% | - |
| HSV(B) | 327.79º | 0.96% | 0.95% | - |
| XYZ | 40.69 | 20.64 | 24.39 | - |
| YUV | 93.21 | 151.03 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 134 | 0 | 0.96 | 0.44 | 0.05 | 327.79 | 0.92 | 0.49 |
| Hex | F1 | A | 86 | 0 | 60 | 2C | 5 | 148 | 5C | 31 |
| Octal | 361 | 12 | 206 | 0 | 140 | 54 | 5 | 510 | 134 | 61 |
| Binary | 11110001 | 1010 | 10000110 | 0 | 1100000 | 101100 | 101 | 101001000 | 1011100 | 110001 |
Color Harmonies of #F10A86
Complementary color
Monochromatic Colors of #F10A86
Black with #F10A86
Text Example
Text Example
White with #F10A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A86; }
p { color: rgb(241,10,134); }
H1.HeaderClassName
{
color: #F10A86;
}
.AnyTagClassName
{
color: #F10A86;
}
</style>
background-color css
<style>
a { background-color: #F10A86; }
a { background-color: rgb(241,10,134); }
div.DivClassName
{
background-color: #F10A86;
}
.BgClassName
{
background-color: #F10A86;
}
</style>
border-color css
<style>
span { border-color: #F10A86; }
span { border-color: rgb(241,10,134); }
td.TdClassName
{
border-color: #F10A86;
}
.TagClassName
{
border-color: #F10A86;
}
</style>