Shades of Deep Pink #F5007F
Tints of Deep Pink #F5007F
RGB
CMYK
RGB Variations
Color information
#F5007F (or 0xF5007F) is known color: Deep Pink. HEX triplet: F5, 00 and 7F. RGB value is (245,0,127). Sum of RGB (Red+Green+Blue) = 245+0+127=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5007F is #0AFF80. Grayscale: #575757. Windows color (decimal): -720769 or 8323317. OLE color: 8323317.
HSL color Cylindrical-coordinate representation of color #F5007F: hue angle of 328.9º 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 #F5007F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.48 | 0.04 |
| HSL | 328.9º | 1% | 0.48% | - |
| HSV(B) | 328.9º | 1% | 0.96% | - |
| XYZ | 41.49 | 20.94 | 21.93 | - |
| YUV | 87.73 | 150.17 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 127 | 0 | 1 | 0.48 | 0.04 | 328.9 | 1 | 0.48 |
| Hex | F5 | 0 | 7F | 0 | 64 | 30 | 4 | 149 | 64 | 30 |
| Octal | 365 | 0 | 177 | 0 | 144 | 60 | 4 | 511 | 144 | 60 |
| Binary | 11110101 | 0 | 1111111 | 0 | 1100100 | 110000 | 100 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F5007F
Complementary color
Monochromatic Colors of #F5007F
Black with #F5007F
Text Example
Text Example
White with #F5007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5007F; }
p { color: rgb(245,0,127); }
H1.HeaderClassName
{
color: #F5007F;
}
.AnyTagClassName
{
color: #F5007F;
}
</style>
background-color css
<style>
a { background-color: #F5007F; }
a { background-color: rgb(245,0,127); }
div.DivClassName
{
background-color: #F5007F;
}
.BgClassName
{
background-color: #F5007F;
}
</style>
border-color css
<style>
span { border-color: #F5007F; }
span { border-color: rgb(245,0,127); }
td.TdClassName
{
border-color: #F5007F;
}
.TagClassName
{
border-color: #F5007F;
}
</style>