Shades of Deep Pink #F10990
Tints of Deep Pink #F10990
RGB
CMYK
RGB Variations
Color information
#F10990 (or 0xF10990) is known color: Deep Pink. HEX triplet: F1, 09 and 90. RGB value is (241,9,144). Sum of RGB (Red+Green+Blue) = 241+9+144=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10990 is #0EF66F. Grayscale: #5D5D5D. Windows color (decimal): -980592 or 9439729. OLE color: 9439729.
HSL color Cylindrical-coordinate representation of color #F10990: hue angle of 325.09º degrees, saturation: 0.93, 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 #F10990 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.05 |
| HSL | 325.09º | 0.93% | 0.49% | - |
| HSV(B) | 325.09º | 0.96% | 0.95% | - |
| XYZ | 41.41 | 20.91 | 28.24 | - |
| YUV | 93.76 | 156.36 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 144 | 0 | 0.96 | 0.40 | 0.05 | 325.09 | 0.93 | 0.49 |
| Hex | F1 | 9 | 90 | 0 | 60 | 28 | 5 | 145 | 5D | 31 |
| Octal | 361 | 11 | 220 | 0 | 140 | 50 | 5 | 505 | 135 | 61 |
| Binary | 11110001 | 1001 | 10010000 | 0 | 1100000 | 101000 | 101 | 101000101 | 1011101 | 110001 |
Color Harmonies of #F10990
Complementary color
Monochromatic Colors of #F10990
Black with #F10990
Text Example
Text Example
White with #F10990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10990; }
p { color: rgb(241,9,144); }
H1.HeaderClassName
{
color: #F10990;
}
.AnyTagClassName
{
color: #F10990;
}
</style>
background-color css
<style>
a { background-color: #F10990; }
a { background-color: rgb(241,9,144); }
div.DivClassName
{
background-color: #F10990;
}
.BgClassName
{
background-color: #F10990;
}
</style>
border-color css
<style>
span { border-color: #F10990; }
span { border-color: rgb(241,9,144); }
td.TdClassName
{
border-color: #F10990;
}
.TagClassName
{
border-color: #F10990;
}
</style>