Shades of Deep Pink #F5007D
Tints of Deep Pink #F5007D
RGB
CMYK
RGB Variations
Color information
#F5007D (or 0xF5007D) is known color: Deep Pink. HEX triplet: F5, 00 and 7D. RGB value is (245,0,125). Sum of RGB (Red+Green+Blue) = 245+0+125=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5007D is #0AFF82. Grayscale: #575757. Windows color (decimal): -720771 or 8192245. OLE color: 8192245.
HSL color Cylindrical-coordinate representation of color #F5007D: hue angle of 329.39º 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 #F5007D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.49 | 0.04 |
| HSL | 329.39º | 1% | 0.48% | - |
| HSV(B) | 329.39º | 1% | 0.96% | - |
| XYZ | 41.36 | 20.89 | 21.26 | - |
| YUV | 87.51 | 149.17 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 125 | 0 | 1 | 0.49 | 0.04 | 329.39 | 1 | 0.48 |
| Hex | F5 | 0 | 7D | 0 | 64 | 31 | 4 | 149 | 64 | 30 |
| Octal | 365 | 0 | 175 | 0 | 144 | 61 | 4 | 511 | 144 | 60 |
| Binary | 11110101 | 0 | 1111101 | 0 | 1100100 | 110001 | 100 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F5007D
Complementary color
Monochromatic Colors of #F5007D
Black with #F5007D
Text Example
Text Example
White with #F5007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5007D; }
p { color: rgb(245,0,125); }
H1.HeaderClassName
{
color: #F5007D;
}
.AnyTagClassName
{
color: #F5007D;
}
</style>
background-color css
<style>
a { background-color: #F5007D; }
a { background-color: rgb(245,0,125); }
div.DivClassName
{
background-color: #F5007D;
}
.BgClassName
{
background-color: #F5007D;
}
</style>
border-color css
<style>
span { border-color: #F5007D; }
span { border-color: rgb(245,0,125); }
td.TdClassName
{
border-color: #F5007D;
}
.TagClassName
{
border-color: #F5007D;
}
</style>