Shades of Deep Pink #F51791
Tints of Deep Pink #F51791
RGB
CMYK
RGB Variations
Color information
#F51791 (or 0xF51791) is known color: Deep Pink. HEX triplet: F5, 17 and 91. RGB value is (245,23,145). Sum of RGB (Red+Green+Blue) = 245+23+145=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F51791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51791 is #0AE86E. Grayscale: #676767. Windows color (decimal): -714863 or 9508853. OLE color: 9508853.
HSL color Cylindrical-coordinate representation of color #F51791: hue angle of 327.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51791 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 145 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.04 |
| HSL | 327.03º | 0.92% | 0.53% | - |
| HSV(B) | 327.03º | 0.91% | 0.96% | - |
| XYZ | 43.07 | 22.07 | 28.78 | - |
| YUV | 103.29 | 151.55 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 145 | 0 | 0.91 | 0.41 | 0.04 | 327.03 | 0.92 | 0.53 |
| Hex | F5 | 17 | 91 | 0 | 5B | 29 | 4 | 147 | 5C | 35 |
| Octal | 365 | 27 | 221 | 0 | 133 | 51 | 4 | 507 | 134 | 65 |
| Binary | 11110101 | 10111 | 10010001 | 0 | 1011011 | 101001 | 100 | 101000111 | 1011100 | 110101 |
Color Harmonies of #F51791
Complementary color
Monochromatic Colors of #F51791
Black with #F51791
Text Example
Text Example
White with #F51791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51791; }
p { color: rgb(245,23,145); }
H1.HeaderClassName
{
color: #F51791;
}
.AnyTagClassName
{
color: #F51791;
}
</style>
background-color css
<style>
a { background-color: #F51791; }
a { background-color: rgb(245,23,145); }
div.DivClassName
{
background-color: #F51791;
}
.BgClassName
{
background-color: #F51791;
}
</style>
border-color css
<style>
span { border-color: #F51791; }
span { border-color: rgb(245,23,145); }
td.TdClassName
{
border-color: #F51791;
}
.TagClassName
{
border-color: #F51791;
}
</style>