Shades of Deep Pink #F4077A
Tints of Deep Pink #F4077A
RGB
CMYK
RGB Variations
Color information
#F4077A (or 0xF4077A) is known color: Deep Pink. HEX triplet: F4, 07 and 7A. RGB value is (244,7,122). Sum of RGB (Red+Green+Blue) = 244+7+122=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4077A is #0BF885. Grayscale: #5A5A5A. Windows color (decimal): -784518 or 7997428. OLE color: 7997428.
HSL color Cylindrical-coordinate representation of color #F4077A: hue angle of 330.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4077A is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.04 |
| HSL | 330.89º | 0.94% | 0.49% | - |
| HSV(B) | 330.89º | 0.97% | 0.96% | - |
| XYZ | 40.9 | 20.79 | 20.27 | - |
| YUV | 90.97 | 145.52 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 122 | 0 | 0.97 | 0.5 | 0.04 | 330.89 | 0.94 | 0.49 |
| Hex | F4 | 7 | 7A | 0 | 61 | 32 | 4 | 14B | 5E | 31 |
| Octal | 364 | 7 | 172 | 0 | 141 | 62 | 4 | 513 | 136 | 61 |
| Binary | 11110100 | 111 | 1111010 | 0 | 1100001 | 110010 | 100 | 101001011 | 1011110 | 110001 |
Color Harmonies of #F4077A
Complementary color
Monochromatic Colors of #F4077A
Black with #F4077A
Text Example
Text Example
White with #F4077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4077A; }
p { color: rgb(244,7,122); }
H1.HeaderClassName
{
color: #F4077A;
}
.AnyTagClassName
{
color: #F4077A;
}
</style>
background-color css
<style>
a { background-color: #F4077A; }
a { background-color: rgb(244,7,122); }
div.DivClassName
{
background-color: #F4077A;
}
.BgClassName
{
background-color: #F4077A;
}
</style>
border-color css
<style>
span { border-color: #F4077A; }
span { border-color: rgb(244,7,122); }
td.TdClassName
{
border-color: #F4077A;
}
.TagClassName
{
border-color: #F4077A;
}
</style>