Shades of Deep Pink #F10A8E
Tints of Deep Pink #F10A8E
RGB
CMYK
RGB Variations
Color information
#F10A8E (or 0xF10A8E) is known color: Deep Pink. HEX triplet: F1, 0A and 8E. RGB value is (241,10,142). Sum of RGB (Red+Green+Blue) = 241+10+142=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A8E is #0EF571. Grayscale: #5D5D5D. Windows color (decimal): -980338 or 9308913. OLE color: 9308913.
HSL color Cylindrical-coordinate representation of color #F10A8E: hue angle of 325.71º 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 #F10A8E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 142 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.05 |
| HSL | 325.71º | 0.92% | 0.49% | - |
| HSV(B) | 325.71º | 0.96% | 0.95% | - |
| XYZ | 41.27 | 20.87 | 27.44 | - |
| YUV | 94.12 | 155.03 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 142 | 0 | 0.96 | 0.41 | 0.05 | 325.71 | 0.92 | 0.49 |
| Hex | F1 | A | 8E | 0 | 60 | 29 | 5 | 146 | 5C | 31 |
| Octal | 361 | 12 | 216 | 0 | 140 | 51 | 5 | 506 | 134 | 61 |
| Binary | 11110001 | 1010 | 10001110 | 0 | 1100000 | 101001 | 101 | 101000110 | 1011100 | 110001 |
Color Harmonies of #F10A8E
Complementary color
Monochromatic Colors of #F10A8E
Black with #F10A8E
Text Example
Text Example
White with #F10A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A8E; }
p { color: rgb(241,10,142); }
H1.HeaderClassName
{
color: #F10A8E;
}
.AnyTagClassName
{
color: #F10A8E;
}
</style>
background-color css
<style>
a { background-color: #F10A8E; }
a { background-color: rgb(241,10,142); }
div.DivClassName
{
background-color: #F10A8E;
}
.BgClassName
{
background-color: #F10A8E;
}
</style>
border-color css
<style>
span { border-color: #F10A8E; }
span { border-color: rgb(241,10,142); }
td.TdClassName
{
border-color: #F10A8E;
}
.TagClassName
{
border-color: #F10A8E;
}
</style>