Shades of Deep Pink #F41080
Tints of Deep Pink #F41080
RGB
CMYK
RGB Variations
Color information
#F41080 (or 0xF41080) is known color: Deep Pink. HEX triplet: F4, 10 and 80. RGB value is (244,16,128). Sum of RGB (Red+Green+Blue) = 244+16+128=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F41080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41080 is #0BEF7F. Grayscale: #606060. Windows color (decimal): -782208 or 8392948. OLE color: 8392948.
HSL color Cylindrical-coordinate representation of color #F41080: hue angle of 330.53º 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 #F41080 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.04 |
| HSL | 330.53º | 0.91% | 0.51% | - |
| HSV(B) | 330.53º | 0.93% | 0.96% | - |
| XYZ | 41.39 | 21.16 | 22.33 | - |
| YUV | 96.94 | 145.54 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 128 | 0 | 0.93 | 0.48 | 0.04 | 330.53 | 0.91 | 0.51 |
| Hex | F4 | 10 | 80 | 0 | 5D | 30 | 4 | 14B | 5B | 33 |
| Octal | 364 | 20 | 200 | 0 | 135 | 60 | 4 | 513 | 133 | 63 |
| Binary | 11110100 | 10000 | 10000000 | 0 | 1011101 | 110000 | 100 | 101001011 | 1011011 | 110011 |
Color Harmonies of #F41080
Complementary color
Monochromatic Colors of #F41080
Black with #F41080
Text Example
Text Example
White with #F41080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41080; }
p { color: rgb(244,16,128); }
H1.HeaderClassName
{
color: #F41080;
}
.AnyTagClassName
{
color: #F41080;
}
</style>
background-color css
<style>
a { background-color: #F41080; }
a { background-color: rgb(244,16,128); }
div.DivClassName
{
background-color: #F41080;
}
.BgClassName
{
background-color: #F41080;
}
</style>
border-color css
<style>
span { border-color: #F41080; }
span { border-color: rgb(244,16,128); }
td.TdClassName
{
border-color: #F41080;
}
.TagClassName
{
border-color: #F41080;
}
</style>