Shades of Deep Pink #F41385
Tints of Deep Pink #F41385
RGB
CMYK
RGB Variations
Color information
#F41385 (or 0xF41385) is known color: Deep Pink. HEX triplet: F4, 13 and 85. RGB value is (244,19,133). Sum of RGB (Red+Green+Blue) = 244+19+133=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F41385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41385 is #0BEC7A. Grayscale: #636363. Windows color (decimal): -781435 or 8721396. OLE color: 8721396.
HSL color Cylindrical-coordinate representation of color #F41385: hue angle of 329.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41385 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.04 |
| HSL | 329.6º | 0.91% | 0.52% | - |
| HSV(B) | 329.6º | 0.92% | 0.96% | - |
| XYZ | 41.77 | 21.39 | 24.12 | - |
| YUV | 99.27 | 147.04 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 133 | 0 | 0.92 | 0.45 | 0.04 | 329.6 | 0.91 | 0.52 |
| Hex | F4 | 13 | 85 | 0 | 5C | 2D | 4 | 14A | 5B | 34 |
| Octal | 364 | 23 | 205 | 0 | 134 | 55 | 4 | 512 | 133 | 64 |
| Binary | 11110100 | 10011 | 10000101 | 0 | 1011100 | 101101 | 100 | 101001010 | 1011011 | 110100 |
Color Harmonies of #F41385
Complementary color
Monochromatic Colors of #F41385
Black with #F41385
Text Example
Text Example
White with #F41385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41385; }
p { color: rgb(244,19,133); }
H1.HeaderClassName
{
color: #F41385;
}
.AnyTagClassName
{
color: #F41385;
}
</style>
background-color css
<style>
a { background-color: #F41385; }
a { background-color: rgb(244,19,133); }
div.DivClassName
{
background-color: #F41385;
}
.BgClassName
{
background-color: #F41385;
}
</style>
border-color css
<style>
span { border-color: #F41385; }
span { border-color: rgb(244,19,133); }
td.TdClassName
{
border-color: #F41385;
}
.TagClassName
{
border-color: #F41385;
}
</style>