Shades of Deep Pink #F51291
Tints of Deep Pink #F51291
RGB
CMYK
RGB Variations
Color information
#F51291 (or 0xF51291) is known color: Deep Pink. HEX triplet: F5, 12 and 91. RGB value is (245,18,145). Sum of RGB (Red+Green+Blue) = 245+18+145=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F51291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51291 is #0AED6E. Grayscale: #646464. Windows color (decimal): -716143 or 9507573. OLE color: 9507573.
HSL color Cylindrical-coordinate representation of color #F51291: hue angle of 326.43º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51291 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 145 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.43º | 0.92% | 0.52% | - |
| HSV(B) | 326.43º | 0.93% | 0.96% | - |
| XYZ | 42.98 | 21.89 | 28.75 | - |
| YUV | 100.35 | 153.21 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 145 | 0 | 0.93 | 0.41 | 0.04 | 326.43 | 0.92 | 0.52 |
| Hex | F5 | 12 | 91 | 0 | 5D | 29 | 4 | 146 | 5C | 34 |
| Octal | 365 | 22 | 221 | 0 | 135 | 51 | 4 | 506 | 134 | 64 |
| Binary | 11110101 | 10010 | 10010001 | 0 | 1011101 | 101001 | 100 | 101000110 | 1011100 | 110100 |
Color Harmonies of #F51291
Complementary color
Monochromatic Colors of #F51291
Black with #F51291
Text Example
Text Example
White with #F51291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51291; }
p { color: rgb(245,18,145); }
H1.HeaderClassName
{
color: #F51291;
}
.AnyTagClassName
{
color: #F51291;
}
</style>
background-color css
<style>
a { background-color: #F51291; }
a { background-color: rgb(245,18,145); }
div.DivClassName
{
background-color: #F51291;
}
.BgClassName
{
background-color: #F51291;
}
</style>
border-color css
<style>
span { border-color: #F51291; }
span { border-color: rgb(245,18,145); }
td.TdClassName
{
border-color: #F51291;
}
.TagClassName
{
border-color: #F51291;
}
</style>