Shades of Deep Pink #F41E8A
Tints of Deep Pink #F41E8A
RGB
CMYK
RGB Variations
Color information
#F41E8A (or 0xF41E8A) is known color: Deep Pink. HEX triplet: F4, 1E and 8A. RGB value is (244,30,138). Sum of RGB (Red+Green+Blue) = 244+30+138=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41E8A is #0BE175. Grayscale: #6A6A6A. Windows color (decimal): -778614 or 9051892. OLE color: 9051892.
HSL color Cylindrical-coordinate representation of color #F41E8A: hue angle of 329.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E8A is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 138 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.04 |
| HSL | 329.72º | 0.91% | 0.54% | - |
| HSV(B) | 329.72º | 0.88% | 0.96% | - |
| XYZ | 42.36 | 22 | 26.06 | - |
| YUV | 106.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 138 | 0 | 0.88 | 0.43 | 0.04 | 329.72 | 0.91 | 0.54 |
| Hex | F4 | 1E | 8A | 0 | 58 | 2B | 4 | 14A | 5B | 36 |
| Octal | 364 | 36 | 212 | 0 | 130 | 53 | 4 | 512 | 133 | 66 |
| Binary | 11110100 | 11110 | 10001010 | 0 | 1011000 | 101011 | 100 | 101001010 | 1011011 | 110110 |
Color Harmonies of #F41E8A
Complementary color
Monochromatic Colors of #F41E8A
Black with #F41E8A
Text Example
Text Example
White with #F41E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E8A; }
p { color: rgb(244,30,138); }
H1.HeaderClassName
{
color: #F41E8A;
}
.AnyTagClassName
{
color: #F41E8A;
}
</style>
background-color css
<style>
a { background-color: #F41E8A; }
a { background-color: rgb(244,30,138); }
div.DivClassName
{
background-color: #F41E8A;
}
.BgClassName
{
background-color: #F41E8A;
}
</style>
border-color css
<style>
span { border-color: #F41E8A; }
span { border-color: rgb(244,30,138); }
td.TdClassName
{
border-color: #F41E8A;
}
.TagClassName
{
border-color: #F41E8A;
}
</style>