Shades of Deep Pink #F51089
Tints of Deep Pink #F51089
RGB
CMYK
RGB Variations
Color information
#F51089 (or 0xF51089) is known color: Deep Pink. HEX triplet: F5, 10 and 89. RGB value is (245,16,137). Sum of RGB (Red+Green+Blue) = 245+16+137=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F51089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51089 is #0AEF76. Grayscale: #626262. Windows color (decimal): -716663 or 8982773. OLE color: 8982773.
HSL color Cylindrical-coordinate representation of color #F51089: hue angle of 328.3º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51089 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.04 |
| HSL | 328.3º | 0.92% | 0.51% | - |
| HSV(B) | 328.3º | 0.93% | 0.96% | - |
| XYZ | 42.36 | 21.59 | 25.6 | - |
| YUV | 98.27 | 149.87 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 137 | 0 | 0.93 | 0.44 | 0.04 | 328.3 | 0.92 | 0.51 |
| Hex | F5 | 10 | 89 | 0 | 5D | 2C | 4 | 148 | 5C | 33 |
| Octal | 365 | 20 | 211 | 0 | 135 | 54 | 4 | 510 | 134 | 63 |
| Binary | 11110101 | 10000 | 10001001 | 0 | 1011101 | 101100 | 100 | 101001000 | 1011100 | 110011 |
Color Harmonies of #F51089
Complementary color
Monochromatic Colors of #F51089
Black with #F51089
Text Example
Text Example
White with #F51089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51089; }
p { color: rgb(245,16,137); }
H1.HeaderClassName
{
color: #F51089;
}
.AnyTagClassName
{
color: #F51089;
}
</style>
background-color css
<style>
a { background-color: #F51089; }
a { background-color: rgb(245,16,137); }
div.DivClassName
{
background-color: #F51089;
}
.BgClassName
{
background-color: #F51089;
}
</style>
border-color css
<style>
span { border-color: #F51089; }
span { border-color: rgb(245,16,137); }
td.TdClassName
{
border-color: #F51089;
}
.TagClassName
{
border-color: #F51089;
}
</style>