Shades of Deep Pink #F51C92
Tints of Deep Pink #F51C92
RGB
CMYK
RGB Variations
Color information
#F51C92 (or 0xF51C92) is known color: Deep Pink. HEX triplet: F5, 1C and 92. RGB value is (245,28,146). Sum of RGB (Red+Green+Blue) = 245+28+146=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51C92 is #0AE36D. Grayscale: #6A6A6A. Windows color (decimal): -713582 or 9575669. OLE color: 9575669.
HSL color Cylindrical-coordinate representation of color #F51C92: hue angle of 327.37º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C92 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 146 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.04 |
| HSL | 327.37º | 0.92% | 0.54% | - |
| HSV(B) | 327.37º | 0.89% | 0.96% | - |
| XYZ | 43.26 | 22.32 | 29.22 | - |
| YUV | 106.34 | 150.39 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 146 | 0 | 0.89 | 0.40 | 0.04 | 327.37 | 0.92 | 0.54 |
| Hex | F5 | 1C | 92 | 0 | 59 | 28 | 4 | 147 | 5C | 36 |
| Octal | 365 | 34 | 222 | 0 | 131 | 50 | 4 | 507 | 134 | 66 |
| Binary | 11110101 | 11100 | 10010010 | 0 | 1011001 | 101000 | 100 | 101000111 | 1011100 | 110110 |
Color Harmonies of #F51C92
Complementary color
Monochromatic Colors of #F51C92
Black with #F51C92
Text Example
Text Example
White with #F51C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C92; }
p { color: rgb(245,28,146); }
H1.HeaderClassName
{
color: #F51C92;
}
.AnyTagClassName
{
color: #F51C92;
}
</style>
background-color css
<style>
a { background-color: #F51C92; }
a { background-color: rgb(245,28,146); }
div.DivClassName
{
background-color: #F51C92;
}
.BgClassName
{
background-color: #F51C92;
}
</style>
border-color css
<style>
span { border-color: #F51C92; }
span { border-color: rgb(245,28,146); }
td.TdClassName
{
border-color: #F51C92;
}
.TagClassName
{
border-color: #F51C92;
}
</style>