Shades of Deep Pink #F5097E
Tints of Deep Pink #F5097E
RGB
CMYK
RGB Variations
Color information
#F5097E (or 0xF5097E) is known color: Deep Pink. HEX triplet: F5, 09 and 7E. RGB value is (245,9,126). Sum of RGB (Red+Green+Blue) = 245+9+126=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F5097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5097E is #0AF681. Grayscale: #5C5C5C. Windows color (decimal): -718466 or 8260085. OLE color: 8260085.
HSL color Cylindrical-coordinate representation of color #F5097E: hue angle of 330.25º 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 #F5097E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.04 |
| HSL | 330.25º | 0.93% | 0.5% | - |
| HSV(B) | 330.25º | 0.96% | 0.96% | - |
| XYZ | 41.52 | 21.11 | 21.63 | - |
| YUV | 92.9 | 146.69 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 126 | 0 | 0.96 | 0.49 | 0.04 | 330.25 | 0.93 | 0.5 |
| Hex | F5 | 9 | 7E | 0 | 60 | 31 | 4 | 14A | 5D | 32 |
| Octal | 365 | 11 | 176 | 0 | 140 | 61 | 4 | 512 | 135 | 62 |
| Binary | 11110101 | 1001 | 1111110 | 0 | 1100000 | 110001 | 100 | 101001010 | 1011101 | 110010 |
Color Harmonies of #F5097E
Complementary color
Monochromatic Colors of #F5097E
Black with #F5097E
Text Example
Text Example
White with #F5097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5097E; }
p { color: rgb(245,9,126); }
H1.HeaderClassName
{
color: #F5097E;
}
.AnyTagClassName
{
color: #F5097E;
}
</style>
background-color css
<style>
a { background-color: #F5097E; }
a { background-color: rgb(245,9,126); }
div.DivClassName
{
background-color: #F5097E;
}
.BgClassName
{
background-color: #F5097E;
}
</style>
border-color css
<style>
span { border-color: #F5097E; }
span { border-color: rgb(245,9,126); }
td.TdClassName
{
border-color: #F5097E;
}
.TagClassName
{
border-color: #F5097E;
}
</style>