Shades of Deep Pink #F41687
Tints of Deep Pink #F41687
RGB
CMYK
RGB Variations
Color information
#F41687 (or 0xF41687) is known color: Deep Pink. HEX triplet: F4, 16 and 87. RGB value is (244,22,135). Sum of RGB (Red+Green+Blue) = 244+22+135=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F41687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41687 is #0BE978. Grayscale: #656565. Windows color (decimal): -780665 or 8853236. OLE color: 8853236.
HSL color Cylindrical-coordinate representation of color #F41687: hue angle of 329.46º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41687 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 135 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.04 |
| HSL | 329.46º | 0.91% | 0.52% | - |
| HSV(B) | 329.46º | 0.91% | 0.96% | - |
| XYZ | 41.97 | 21.56 | 24.87 | - |
| YUV | 101.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 135 | 0 | 0.91 | 0.45 | 0.04 | 329.46 | 0.91 | 0.52 |
| Hex | F4 | 16 | 87 | 0 | 5B | 2D | 4 | 149 | 5B | 34 |
| Octal | 364 | 26 | 207 | 0 | 133 | 55 | 4 | 511 | 133 | 64 |
| Binary | 11110100 | 10110 | 10000111 | 0 | 1011011 | 101101 | 100 | 101001001 | 1011011 | 110100 |
Color Harmonies of #F41687
Complementary color
Monochromatic Colors of #F41687
Black with #F41687
Text Example
Text Example
White with #F41687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41687; }
p { color: rgb(244,22,135); }
H1.HeaderClassName
{
color: #F41687;
}
.AnyTagClassName
{
color: #F41687;
}
</style>
background-color css
<style>
a { background-color: #F41687; }
a { background-color: rgb(244,22,135); }
div.DivClassName
{
background-color: #F41687;
}
.BgClassName
{
background-color: #F41687;
}
</style>
border-color css
<style>
span { border-color: #F41687; }
span { border-color: rgb(244,22,135); }
td.TdClassName
{
border-color: #F41687;
}
.TagClassName
{
border-color: #F41687;
}
</style>