Shades of Deep Pink #F41F8C
Tints of Deep Pink #F41F8C
RGB
CMYK
RGB Variations
Color information
#F41F8C (or 0xF41F8C) is known color: Deep Pink. HEX triplet: F4, 1F and 8C. RGB value is (244,31,140). Sum of RGB (Red+Green+Blue) = 244+31+140=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41F8C is #0BE073. Grayscale: #6A6A6A. Windows color (decimal): -778356 or 9183220. OLE color: 9183220.
HSL color Cylindrical-coordinate representation of color #F41F8C: hue angle of 329.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F41F8C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 140 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.04 |
| HSL | 329.3º | 0.91% | 0.54% | - |
| HSV(B) | 329.3º | 0.87% | 0.96% | - |
| XYZ | 42.53 | 22.11 | 26.84 | - |
| YUV | 107.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 140 | 0 | 0.87 | 0.43 | 0.04 | 329.3 | 0.91 | 0.54 |
| Hex | F4 | 1F | 8C | 0 | 57 | 2B | 4 | 149 | 5B | 36 |
| Octal | 364 | 37 | 214 | 0 | 127 | 53 | 4 | 511 | 133 | 66 |
| Binary | 11110100 | 11111 | 10001100 | 0 | 1010111 | 101011 | 100 | 101001001 | 1011011 | 110110 |
Color Harmonies of #F41F8C
Complementary color
Monochromatic Colors of #F41F8C
Black with #F41F8C
Text Example
Text Example
White with #F41F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F8C; }
p { color: rgb(244,31,140); }
H1.HeaderClassName
{
color: #F41F8C;
}
.AnyTagClassName
{
color: #F41F8C;
}
</style>
background-color css
<style>
a { background-color: #F41F8C; }
a { background-color: rgb(244,31,140); }
div.DivClassName
{
background-color: #F41F8C;
}
.BgClassName
{
background-color: #F41F8C;
}
</style>
border-color css
<style>
span { border-color: #F41F8C; }
span { border-color: rgb(244,31,140); }
td.TdClassName
{
border-color: #F41F8C;
}
.TagClassName
{
border-color: #F41F8C;
}
</style>