Shades of Deep Pink #F51792
Tints of Deep Pink #F51792
RGB
CMYK
RGB Variations
Color information
#F51792 (or 0xF51792) is known color: Deep Pink. HEX triplet: F5, 17 and 92. RGB value is (245,23,146). Sum of RGB (Red+Green+Blue) = 245+23+146=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F51792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51792 is #0AE86D. Grayscale: #676767. Windows color (decimal): -714862 or 9574389. OLE color: 9574389.
HSL color Cylindrical-coordinate representation of color #F51792: hue angle of 326.76º 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 #F51792 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 146 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.76º | 0.92% | 0.53% | - |
| HSV(B) | 326.76º | 0.91% | 0.96% | - |
| XYZ | 43.15 | 22.1 | 29.19 | - |
| YUV | 103.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 146 | 0 | 0.91 | 0.40 | 0.04 | 326.76 | 0.92 | 0.53 |
| Hex | F5 | 17 | 92 | 0 | 5B | 28 | 4 | 147 | 5C | 35 |
| Octal | 365 | 27 | 222 | 0 | 133 | 50 | 4 | 507 | 134 | 65 |
| Binary | 11110101 | 10111 | 10010010 | 0 | 1011011 | 101000 | 100 | 101000111 | 1011100 | 110101 |
Color Harmonies of #F51792
Complementary color
Monochromatic Colors of #F51792
Black with #F51792
Text Example
Text Example
White with #F51792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51792; }
p { color: rgb(245,23,146); }
H1.HeaderClassName
{
color: #F51792;
}
.AnyTagClassName
{
color: #F51792;
}
</style>
background-color css
<style>
a { background-color: #F51792; }
a { background-color: rgb(245,23,146); }
div.DivClassName
{
background-color: #F51792;
}
.BgClassName
{
background-color: #F51792;
}
</style>
border-color css
<style>
span { border-color: #F51792; }
span { border-color: rgb(245,23,146); }
td.TdClassName
{
border-color: #F51792;
}
.TagClassName
{
border-color: #F51792;
}
</style>