Shades of Deep Pink #F5007C
Tints of Deep Pink #F5007C
RGB
CMYK
RGB Variations
Color information
#F5007C (or 0xF5007C) is known color: Deep Pink. HEX triplet: F5, 00 and 7C. RGB value is (245,0,124). Sum of RGB (Red+Green+Blue) = 245+0+124=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5007C is #0AFF83. Grayscale: #575757. Windows color (decimal): -720772 or 8126709. OLE color: 8126709.
HSL color Cylindrical-coordinate representation of color #F5007C: hue angle of 329.63º 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 #F5007C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.49 | 0.04 |
| HSL | 329.63º | 1% | 0.48% | - |
| HSV(B) | 329.63º | 1% | 0.96% | - |
| XYZ | 41.29 | 20.87 | 20.92 | - |
| YUV | 87.39 | 148.67 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 124 | 0 | 1 | 0.49 | 0.04 | 329.63 | 1 | 0.48 |
| Hex | F5 | 0 | 7C | 0 | 64 | 31 | 4 | 14A | 64 | 30 |
| Octal | 365 | 0 | 174 | 0 | 144 | 61 | 4 | 512 | 144 | 60 |
| Binary | 11110101 | 0 | 1111100 | 0 | 1100100 | 110001 | 100 | 101001010 | 1100100 | 110000 |
Color Harmonies of #F5007C
Complementary color
Monochromatic Colors of #F5007C
Black with #F5007C
Text Example
Text Example
White with #F5007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5007C; }
p { color: rgb(245,0,124); }
H1.HeaderClassName
{
color: #F5007C;
}
.AnyTagClassName
{
color: #F5007C;
}
</style>
background-color css
<style>
a { background-color: #F5007C; }
a { background-color: rgb(245,0,124); }
div.DivClassName
{
background-color: #F5007C;
}
.BgClassName
{
background-color: #F5007C;
}
</style>
border-color css
<style>
span { border-color: #F5007C; }
span { border-color: rgb(245,0,124); }
td.TdClassName
{
border-color: #F5007C;
}
.TagClassName
{
border-color: #F5007C;
}
</style>