Shades of Deep Pink #F5088A
Tints of Deep Pink #F5088A
RGB
CMYK
RGB Variations
Color information
#F5088A (or 0xF5088A) is known color: Deep Pink. HEX triplet: F5, 08 and 8A. RGB value is (245,8,138). Sum of RGB (Red+Green+Blue) = 245+8+138=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5088A is #0AF775. Grayscale: #5D5D5D. Windows color (decimal): -718710 or 9046261. OLE color: 9046261.
HSL color Cylindrical-coordinate representation of color #F5088A: hue angle of 327.09º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5088A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 138 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.04 |
| HSL | 327.09º | 0.94% | 0.5% | - |
| HSV(B) | 327.09º | 0.97% | 0.96% | - |
| XYZ | 42.33 | 21.42 | 25.95 | - |
| YUV | 93.68 | 153.02 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 138 | 0 | 0.97 | 0.44 | 0.04 | 327.09 | 0.94 | 0.5 |
| Hex | F5 | 8 | 8A | 0 | 61 | 2C | 4 | 147 | 5E | 32 |
| Octal | 365 | 10 | 212 | 0 | 141 | 54 | 4 | 507 | 136 | 62 |
| Binary | 11110101 | 1000 | 10001010 | 0 | 1100001 | 101100 | 100 | 101000111 | 1011110 | 110010 |
Color Harmonies of #F5088A
Complementary color
Monochromatic Colors of #F5088A
Black with #F5088A
Text Example
Text Example
White with #F5088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5088A; }
p { color: rgb(245,8,138); }
H1.HeaderClassName
{
color: #F5088A;
}
.AnyTagClassName
{
color: #F5088A;
}
</style>
background-color css
<style>
a { background-color: #F5088A; }
a { background-color: rgb(245,8,138); }
div.DivClassName
{
background-color: #F5088A;
}
.BgClassName
{
background-color: #F5088A;
}
</style>
border-color css
<style>
span { border-color: #F5088A; }
span { border-color: rgb(245,8,138); }
td.TdClassName
{
border-color: #F5088A;
}
.TagClassName
{
border-color: #F5088A;
}
</style>