Shades of Deep Pink #F41090
Tints of Deep Pink #F41090
RGB
CMYK
RGB Variations
Color information
#F41090 (or 0xF41090) is known color: Deep Pink. HEX triplet: F4, 10 and 90. RGB value is (244,16,144). Sum of RGB (Red+Green+Blue) = 244+16+144=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F41090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41090 is #0BEF6F. Grayscale: #626262. Windows color (decimal): -782192 or 9441524. OLE color: 9441524.
HSL color Cylindrical-coordinate representation of color #F41090: hue angle of 326.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41090 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 144 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.32º | 0.91% | 0.51% | - |
| HSV(B) | 326.32º | 0.93% | 0.96% | - |
| XYZ | 42.53 | 21.62 | 28.32 | - |
| YUV | 98.76 | 153.54 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 144 | 0 | 0.93 | 0.41 | 0.04 | 326.32 | 0.91 | 0.51 |
| Hex | F4 | 10 | 90 | 0 | 5D | 29 | 4 | 146 | 5B | 33 |
| Octal | 364 | 20 | 220 | 0 | 135 | 51 | 4 | 506 | 133 | 63 |
| Binary | 11110100 | 10000 | 10010000 | 0 | 1011101 | 101001 | 100 | 101000110 | 1011011 | 110011 |
Color Harmonies of #F41090
Complementary color
Monochromatic Colors of #F41090
Black with #F41090
Text Example
Text Example
White with #F41090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41090; }
p { color: rgb(244,16,144); }
H1.HeaderClassName
{
color: #F41090;
}
.AnyTagClassName
{
color: #F41090;
}
</style>
background-color css
<style>
a { background-color: #F41090; }
a { background-color: rgb(244,16,144); }
div.DivClassName
{
background-color: #F41090;
}
.BgClassName
{
background-color: #F41090;
}
</style>
border-color css
<style>
span { border-color: #F41090; }
span { border-color: rgb(244,16,144); }
td.TdClassName
{
border-color: #F41090;
}
.TagClassName
{
border-color: #F41090;
}
</style>