Shades of Deep Pink #F10A81
Tints of Deep Pink #F10A81
RGB
CMYK
RGB Variations
Color information
#F10A81 (or 0xF10A81) is known color: Deep Pink. HEX triplet: F1, 0A and 81. RGB value is (241,10,129). Sum of RGB (Red+Green+Blue) = 241+10+129=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A81 is #0EF57E. Grayscale: #5C5C5C. Windows color (decimal): -980351 or 8456945. OLE color: 8456945.
HSL color Cylindrical-coordinate representation of color #F10A81: hue angle of 329.09º 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 #F10A81 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 129 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.05 |
| HSL | 329.09º | 0.92% | 0.49% | - |
| HSV(B) | 329.09º | 0.96% | 0.95% | - |
| XYZ | 40.35 | 20.5 | 22.6 | - |
| YUV | 92.64 | 148.53 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 129 | 0 | 0.96 | 0.46 | 0.05 | 329.09 | 0.92 | 0.49 |
| Hex | F1 | A | 81 | 0 | 60 | 2E | 5 | 149 | 5C | 31 |
| Octal | 361 | 12 | 201 | 0 | 140 | 56 | 5 | 511 | 134 | 61 |
| Binary | 11110001 | 1010 | 10000001 | 0 | 1100000 | 101110 | 101 | 101001001 | 1011100 | 110001 |
Color Harmonies of #F10A81
Complementary color
Monochromatic Colors of #F10A81
Black with #F10A81
Text Example
Text Example
White with #F10A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A81; }
p { color: rgb(241,10,129); }
H1.HeaderClassName
{
color: #F10A81;
}
.AnyTagClassName
{
color: #F10A81;
}
</style>
background-color css
<style>
a { background-color: #F10A81; }
a { background-color: rgb(241,10,129); }
div.DivClassName
{
background-color: #F10A81;
}
.BgClassName
{
background-color: #F10A81;
}
</style>
border-color css
<style>
span { border-color: #F10A81; }
span { border-color: rgb(241,10,129); }
td.TdClassName
{
border-color: #F10A81;
}
.TagClassName
{
border-color: #F10A81;
}
</style>