Shades of Deep Pink #F5097F
Tints of Deep Pink #F5097F
RGB
CMYK
RGB Variations
Color information
#F5097F (or 0xF5097F) is known color: Deep Pink. HEX triplet: F5, 09 and 7F. RGB value is (245,9,127). Sum of RGB (Red+Green+Blue) = 245+9+127=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F5097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5097F is #0AF680. Grayscale: #5C5C5C. Windows color (decimal): -718465 or 8325621. OLE color: 8325621.
HSL color Cylindrical-coordinate representation of color #F5097F: hue angle of 330º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5097F is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.04 |
| HSL | 330º | 0.93% | 0.5% | - |
| HSV(B) | 330º | 0.96% | 0.96% | - |
| XYZ | 41.58 | 21.14 | 21.97 | - |
| YUV | 93.02 | 147.19 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 127 | 0 | 0.96 | 0.48 | 0.04 | 330 | 0.93 | 0.5 |
| Hex | F5 | 9 | 7F | 0 | 60 | 30 | 4 | 14A | 5D | 32 |
| Octal | 365 | 11 | 177 | 0 | 140 | 60 | 4 | 512 | 135 | 62 |
| Binary | 11110101 | 1001 | 1111111 | 0 | 1100000 | 110000 | 100 | 101001010 | 1011101 | 110010 |
Color Harmonies of #F5097F
Complementary color
Monochromatic Colors of #F5097F
Black with #F5097F
Text Example
Text Example
White with #F5097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5097F; }
p { color: rgb(245,9,127); }
H1.HeaderClassName
{
color: #F5097F;
}
.AnyTagClassName
{
color: #F5097F;
}
</style>
background-color css
<style>
a { background-color: #F5097F; }
a { background-color: rgb(245,9,127); }
div.DivClassName
{
background-color: #F5097F;
}
.BgClassName
{
background-color: #F5097F;
}
</style>
border-color css
<style>
span { border-color: #F5097F; }
span { border-color: rgb(245,9,127); }
td.TdClassName
{
border-color: #F5097F;
}
.TagClassName
{
border-color: #F5097F;
}
</style>