Shades of Deep Pink #F5047A
Tints of Deep Pink #F5047A
RGB
CMYK
RGB Variations
Color information
#F5047A (or 0xF5047A) is known color: Deep Pink. HEX triplet: F5, 04 and 7A. RGB value is (245,4,122). Sum of RGB (Red+Green+Blue) = 245+4+122=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5047A is #0AFB85. Grayscale: #595959. Windows color (decimal): -719750 or 7996661. OLE color: 7996661.
HSL color Cylindrical-coordinate representation of color #F5047A: hue angle of 330.62º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5047A is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.04 |
| HSL | 330.62º | 0.97% | 0.49% | - |
| HSV(B) | 330.62º | 0.98% | 0.96% | - |
| XYZ | 41.21 | 20.9 | 20.28 | - |
| YUV | 89.51 | 146.34 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 122 | 0 | 0.98 | 0.50 | 0.04 | 330.62 | 0.97 | 0.49 |
| Hex | F5 | 4 | 7A | 0 | 62 | 32 | 4 | 14B | 61 | 31 |
| Octal | 365 | 4 | 172 | 0 | 142 | 62 | 4 | 513 | 141 | 61 |
| Binary | 11110101 | 100 | 1111010 | 0 | 1100010 | 110010 | 100 | 101001011 | 1100001 | 110001 |
Color Harmonies of #F5047A
Complementary color
Monochromatic Colors of #F5047A
Black with #F5047A
Text Example
Text Example
White with #F5047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5047A; }
p { color: rgb(245,4,122); }
H1.HeaderClassName
{
color: #F5047A;
}
.AnyTagClassName
{
color: #F5047A;
}
</style>
background-color css
<style>
a { background-color: #F5047A; }
a { background-color: rgb(245,4,122); }
div.DivClassName
{
background-color: #F5047A;
}
.BgClassName
{
background-color: #F5047A;
}
</style>
border-color css
<style>
span { border-color: #F5047A; }
span { border-color: rgb(245,4,122); }
td.TdClassName
{
border-color: #F5047A;
}
.TagClassName
{
border-color: #F5047A;
}
</style>