Shades of Deep Pink #F51091
Tints of Deep Pink #F51091
RGB
CMYK
RGB Variations
Color information
#F51091 (or 0xF51091) is known color: Deep Pink. HEX triplet: F5, 10 and 91. RGB value is (245,16,145). Sum of RGB (Red+Green+Blue) = 245+16+145=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F51091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51091 is #0AEF6E. Grayscale: #626262. Windows color (decimal): -716655 or 9507061. OLE color: 9507061.
HSL color Cylindrical-coordinate representation of color #F51091: hue angle of 326.2º 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 #F51091 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 145 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.2º | 0.92% | 0.51% | - |
| HSV(B) | 326.2º | 0.93% | 0.96% | - |
| XYZ | 42.95 | 21.83 | 28.74 | - |
| YUV | 99.18 | 153.87 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 145 | 0 | 0.93 | 0.41 | 0.04 | 326.2 | 0.92 | 0.51 |
| Hex | F5 | 10 | 91 | 0 | 5D | 29 | 4 | 146 | 5C | 33 |
| Octal | 365 | 20 | 221 | 0 | 135 | 51 | 4 | 506 | 134 | 63 |
| Binary | 11110101 | 10000 | 10010001 | 0 | 1011101 | 101001 | 100 | 101000110 | 1011100 | 110011 |
Color Harmonies of #F51091
Complementary color
Monochromatic Colors of #F51091
Black with #F51091
Text Example
Text Example
White with #F51091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51091; }
p { color: rgb(245,16,145); }
H1.HeaderClassName
{
color: #F51091;
}
.AnyTagClassName
{
color: #F51091;
}
</style>
background-color css
<style>
a { background-color: #F51091; }
a { background-color: rgb(245,16,145); }
div.DivClassName
{
background-color: #F51091;
}
.BgClassName
{
background-color: #F51091;
}
</style>
border-color css
<style>
span { border-color: #F51091; }
span { border-color: rgb(245,16,145); }
td.TdClassName
{
border-color: #F51091;
}
.TagClassName
{
border-color: #F51091;
}
</style>