Shades of Deep Pink #F41C7A
Tints of Deep Pink #F41C7A
RGB
CMYK
RGB Variations
Color information
#F41C7A (or 0xF41C7A) is known color: Deep Pink. HEX triplet: F4, 1C and 7A. RGB value is (244,28,122). Sum of RGB (Red+Green+Blue) = 244+28+122=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C7A is #0BE385. Grayscale: #676767. Windows color (decimal): -779142 or 8002804. OLE color: 8002804.
HSL color Cylindrical-coordinate representation of color #F41C7A: hue angle of 333.89º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C7A is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 122 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.04 |
| HSL | 333.89º | 0.91% | 0.53% | - |
| HSV(B) | 333.89º | 0.89% | 0.96% | - |
| XYZ | 41.24 | 21.47 | 20.38 | - |
| YUV | 103.3 | 138.56 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 122 | 0 | 0.89 | 0.5 | 0.04 | 333.89 | 0.91 | 0.53 |
| Hex | F4 | 1C | 7A | 0 | 59 | 32 | 4 | 14E | 5B | 35 |
| Octal | 364 | 34 | 172 | 0 | 131 | 62 | 4 | 516 | 133 | 65 |
| Binary | 11110100 | 11100 | 1111010 | 0 | 1011001 | 110010 | 100 | 101001110 | 1011011 | 110101 |
Color Harmonies of #F41C7A
Complementary color
Monochromatic Colors of #F41C7A
Black with #F41C7A
Text Example
Text Example
White with #F41C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C7A; }
p { color: rgb(244,28,122); }
H1.HeaderClassName
{
color: #F41C7A;
}
.AnyTagClassName
{
color: #F41C7A;
}
</style>
background-color css
<style>
a { background-color: #F41C7A; }
a { background-color: rgb(244,28,122); }
div.DivClassName
{
background-color: #F41C7A;
}
.BgClassName
{
background-color: #F41C7A;
}
</style>
border-color css
<style>
span { border-color: #F41C7A; }
span { border-color: rgb(244,28,122); }
td.TdClassName
{
border-color: #F41C7A;
}
.TagClassName
{
border-color: #F41C7A;
}
</style>