Shades of Deep Pink #F10890
Tints of Deep Pink #F10890
RGB
CMYK
RGB Variations
Color information
#F10890 (or 0xF10890) is known color: Deep Pink. HEX triplet: F1, 08 and 90. RGB value is (241,8,144). Sum of RGB (Red+Green+Blue) = 241+8+144=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F10890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10890 is #0EF76F. Grayscale: #5C5C5C. Windows color (decimal): -980848 or 9439473. OLE color: 9439473.
HSL color Cylindrical-coordinate representation of color #F10890: hue angle of 324.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10890 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 144 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.05 |
| HSL | 324.98º | 0.94% | 0.49% | - |
| HSV(B) | 324.98º | 0.97% | 0.95% | - |
| XYZ | 41.4 | 20.89 | 28.24 | - |
| YUV | 93.17 | 156.69 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 144 | 0 | 0.97 | 0.40 | 0.05 | 324.98 | 0.94 | 0.49 |
| Hex | F1 | 8 | 90 | 0 | 61 | 28 | 5 | 145 | 5E | 31 |
| Octal | 361 | 10 | 220 | 0 | 141 | 50 | 5 | 505 | 136 | 61 |
| Binary | 11110001 | 1000 | 10010000 | 0 | 1100001 | 101000 | 101 | 101000101 | 1011110 | 110001 |
Color Harmonies of #F10890
Complementary color
Monochromatic Colors of #F10890
Black with #F10890
Text Example
Text Example
White with #F10890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10890; }
p { color: rgb(241,8,144); }
H1.HeaderClassName
{
color: #F10890;
}
.AnyTagClassName
{
color: #F10890;
}
</style>
background-color css
<style>
a { background-color: #F10890; }
a { background-color: rgb(241,8,144); }
div.DivClassName
{
background-color: #F10890;
}
.BgClassName
{
background-color: #F10890;
}
</style>
border-color css
<style>
span { border-color: #F10890; }
span { border-color: rgb(241,8,144); }
td.TdClassName
{
border-color: #F10890;
}
.TagClassName
{
border-color: #F10890;
}
</style>