Shades of Deep Pink #F10A8A
Tints of Deep Pink #F10A8A
RGB
CMYK
RGB Variations
Color information
#F10A8A (or 0xF10A8A) is known color: Deep Pink. HEX triplet: F1, 0A and 8A. RGB value is (241,10,138). Sum of RGB (Red+Green+Blue) = 241+10+138=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A8A is #0EF575. Grayscale: #5D5D5D. Windows color (decimal): -980342 or 9046769. OLE color: 9046769.
HSL color Cylindrical-coordinate representation of color #F10A8A: hue angle of 326.75º 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 #F10A8A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.05 |
| HSL | 326.75º | 0.92% | 0.49% | - |
| HSV(B) | 326.75º | 0.96% | 0.95% | - |
| XYZ | 40.97 | 20.75 | 25.89 | - |
| YUV | 93.66 | 153.03 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 138 | 0 | 0.96 | 0.43 | 0.05 | 326.75 | 0.92 | 0.49 |
| Hex | F1 | A | 8A | 0 | 60 | 2B | 5 | 147 | 5C | 31 |
| Octal | 361 | 12 | 212 | 0 | 140 | 53 | 5 | 507 | 134 | 61 |
| Binary | 11110001 | 1010 | 10001010 | 0 | 1100000 | 101011 | 101 | 101000111 | 1011100 | 110001 |
Color Harmonies of #F10A8A
Complementary color
Monochromatic Colors of #F10A8A
Black with #F10A8A
Text Example
Text Example
White with #F10A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A8A; }
p { color: rgb(241,10,138); }
H1.HeaderClassName
{
color: #F10A8A;
}
.AnyTagClassName
{
color: #F10A8A;
}
</style>
background-color css
<style>
a { background-color: #F10A8A; }
a { background-color: rgb(241,10,138); }
div.DivClassName
{
background-color: #F10A8A;
}
.BgClassName
{
background-color: #F10A8A;
}
</style>
border-color css
<style>
span { border-color: #F10A8A; }
span { border-color: rgb(241,10,138); }
td.TdClassName
{
border-color: #F10A8A;
}
.TagClassName
{
border-color: #F10A8A;
}
</style>