Shades of Deep Pink #F10A7E
Tints of Deep Pink #F10A7E
RGB
CMYK
RGB Variations
Color information
#F10A7E (or 0xF10A7E) is known color: Deep Pink. HEX triplet: F1, 0A and 7E. RGB value is (241,10,126). Sum of RGB (Red+Green+Blue) = 241+10+126=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A7E is #0EF581. Grayscale: #5C5C5C. Windows color (decimal): -980354 or 8260337. OLE color: 8260337.
HSL color Cylindrical-coordinate representation of color #F10A7E: hue angle of 329.87º 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 #F10A7E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 126 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.05 |
| HSL | 329.87º | 0.92% | 0.49% | - |
| HSV(B) | 329.87º | 0.96% | 0.95% | - |
| XYZ | 40.15 | 20.42 | 21.56 | - |
| YUV | 92.29 | 147.03 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 126 | 0 | 0.96 | 0.48 | 0.05 | 329.87 | 0.92 | 0.49 |
| Hex | F1 | A | 7E | 0 | 60 | 30 | 5 | 14A | 5C | 31 |
| Octal | 361 | 12 | 176 | 0 | 140 | 60 | 5 | 512 | 134 | 61 |
| Binary | 11110001 | 1010 | 1111110 | 0 | 1100000 | 110000 | 101 | 101001010 | 1011100 | 110001 |
Color Harmonies of #F10A7E
Complementary color
Monochromatic Colors of #F10A7E
Black with #F10A7E
Text Example
Text Example
White with #F10A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A7E; }
p { color: rgb(241,10,126); }
H1.HeaderClassName
{
color: #F10A7E;
}
.AnyTagClassName
{
color: #F10A7E;
}
</style>
background-color css
<style>
a { background-color: #F10A7E; }
a { background-color: rgb(241,10,126); }
div.DivClassName
{
background-color: #F10A7E;
}
.BgClassName
{
background-color: #F10A7E;
}
</style>
border-color css
<style>
span { border-color: #F10A7E; }
span { border-color: rgb(241,10,126); }
td.TdClassName
{
border-color: #F10A7E;
}
.TagClassName
{
border-color: #F10A7E;
}
</style>