Shades of Deep Pink #F10A8D
Tints of Deep Pink #F10A8D
RGB
CMYK
RGB Variations
Color information
#F10A8D (or 0xF10A8D) is known color: Deep Pink. HEX triplet: F1, 0A and 8D. RGB value is (241,10,141). Sum of RGB (Red+Green+Blue) = 241+10+141=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A8D is #0EF572. Grayscale: #5D5D5D. Windows color (decimal): -980339 or 9243377. OLE color: 9243377.
HSL color Cylindrical-coordinate representation of color #F10A8D: hue angle of 325.97º 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 #F10A8D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.05 |
| HSL | 325.97º | 0.92% | 0.49% | - |
| HSV(B) | 325.97º | 0.96% | 0.95% | - |
| XYZ | 41.19 | 20.84 | 27.05 | - |
| YUV | 94 | 154.53 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 141 | 0 | 0.96 | 0.41 | 0.05 | 325.97 | 0.92 | 0.49 |
| Hex | F1 | A | 8D | 0 | 60 | 29 | 5 | 146 | 5C | 31 |
| Octal | 361 | 12 | 215 | 0 | 140 | 51 | 5 | 506 | 134 | 61 |
| Binary | 11110001 | 1010 | 10001101 | 0 | 1100000 | 101001 | 101 | 101000110 | 1011100 | 110001 |
Color Harmonies of #F10A8D
Complementary color
Monochromatic Colors of #F10A8D
Black with #F10A8D
Text Example
Text Example
White with #F10A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A8D; }
p { color: rgb(241,10,141); }
H1.HeaderClassName
{
color: #F10A8D;
}
.AnyTagClassName
{
color: #F10A8D;
}
</style>
background-color css
<style>
a { background-color: #F10A8D; }
a { background-color: rgb(241,10,141); }
div.DivClassName
{
background-color: #F10A8D;
}
.BgClassName
{
background-color: #F10A8D;
}
</style>
border-color css
<style>
span { border-color: #F10A8D; }
span { border-color: rgb(241,10,141); }
td.TdClassName
{
border-color: #F10A8D;
}
.TagClassName
{
border-color: #F10A8D;
}
</style>