Shades of Deep Pink #F5007E
Tints of Deep Pink #F5007E
RGB
CMYK
RGB Variations
Color information
#F5007E (or 0xF5007E) is known color: Deep Pink. HEX triplet: F5, 00 and 7E. RGB value is (245,0,126). Sum of RGB (Red+Green+Blue) = 245+0+126=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5007E is #0AFF81. Grayscale: #575757. Windows color (decimal): -720770 or 8257781. OLE color: 8257781.
HSL color Cylindrical-coordinate representation of color #F5007E: hue angle of 329.14º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5007E is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.49 | 0.04 |
| HSL | 329.14º | 1% | 0.48% | - |
| HSV(B) | 329.14º | 1% | 0.96% | - |
| XYZ | 41.42 | 20.92 | 21.59 | - |
| YUV | 87.62 | 149.67 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 126 | 0 | 1 | 0.49 | 0.04 | 329.14 | 1 | 0.48 |
| Hex | F5 | 0 | 7E | 0 | 64 | 31 | 4 | 149 | 64 | 30 |
| Octal | 365 | 0 | 176 | 0 | 144 | 61 | 4 | 511 | 144 | 60 |
| Binary | 11110101 | 0 | 1111110 | 0 | 1100100 | 110001 | 100 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F5007E
Complementary color
Monochromatic Colors of #F5007E
Black with #F5007E
Text Example
Text Example
White with #F5007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5007E; }
p { color: rgb(245,0,126); }
H1.HeaderClassName
{
color: #F5007E;
}
.AnyTagClassName
{
color: #F5007E;
}
</style>
background-color css
<style>
a { background-color: #F5007E; }
a { background-color: rgb(245,0,126); }
div.DivClassName
{
background-color: #F5007E;
}
.BgClassName
{
background-color: #F5007E;
}
</style>
border-color css
<style>
span { border-color: #F5007E; }
span { border-color: rgb(245,0,126); }
td.TdClassName
{
border-color: #F5007E;
}
.TagClassName
{
border-color: #F5007E;
}
</style>