Shades of Deep Pink #F4087D
Tints of Deep Pink #F4087D
RGB
CMYK
RGB Variations
Color information
#F4087D (or 0xF4087D) is known color: Deep Pink. HEX triplet: F4, 08 and 7D. RGB value is (244,8,125). Sum of RGB (Red+Green+Blue) = 244+8+125=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4087D is #0BF782. Grayscale: #5B5B5B. Windows color (decimal): -784259 or 8194292. OLE color: 8194292.
HSL color Cylindrical-coordinate representation of color #F4087D: hue angle of 330.25º 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 #F4087D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.04 |
| HSL | 330.25º | 0.94% | 0.49% | - |
| HSV(B) | 330.25º | 0.97% | 0.96% | - |
| XYZ | 41.1 | 20.89 | 21.27 | - |
| YUV | 91.9 | 146.69 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 125 | 0 | 0.97 | 0.49 | 0.04 | 330.25 | 0.94 | 0.49 |
| Hex | F4 | 8 | 7D | 0 | 61 | 31 | 4 | 14A | 5E | 31 |
| Octal | 364 | 10 | 175 | 0 | 141 | 61 | 4 | 512 | 136 | 61 |
| Binary | 11110100 | 1000 | 1111101 | 0 | 1100001 | 110001 | 100 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F4087D
Complementary color
Monochromatic Colors of #F4087D
Black with #F4087D
Text Example
Text Example
White with #F4087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4087D; }
p { color: rgb(244,8,125); }
H1.HeaderClassName
{
color: #F4087D;
}
.AnyTagClassName
{
color: #F4087D;
}
</style>
background-color css
<style>
a { background-color: #F4087D; }
a { background-color: rgb(244,8,125); }
div.DivClassName
{
background-color: #F4087D;
}
.BgClassName
{
background-color: #F4087D;
}
</style>
border-color css
<style>
span { border-color: #F4087D; }
span { border-color: rgb(244,8,125); }
td.TdClassName
{
border-color: #F4087D;
}
.TagClassName
{
border-color: #F4087D;
}
</style>