Shades of Deep Pink #F51279
Tints of Deep Pink #F51279
RGB
CMYK
RGB Variations
Color information
#F51279 (or 0xF51279) is known color: Deep Pink. HEX triplet: F5, 12 and 79. RGB value is (245,18,121). Sum of RGB (Red+Green+Blue) = 245+18+121=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F51279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51279 is #0AED86. Grayscale: #616161. Windows color (decimal): -716167 or 7934709. OLE color: 7934709.
HSL color Cylindrical-coordinate representation of color #F51279: hue angle of 332.78º 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 #F51279 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 121 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.04 |
| HSL | 332.78º | 0.92% | 0.52% | - |
| HSV(B) | 332.78º | 0.93% | 0.96% | - |
| XYZ | 41.32 | 21.23 | 20.01 | - |
| YUV | 97.62 | 141.21 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 121 | 0 | 0.93 | 0.51 | 0.04 | 332.78 | 0.92 | 0.52 |
| Hex | F5 | 12 | 79 | 0 | 5D | 33 | 4 | 14D | 5C | 34 |
| Octal | 365 | 22 | 171 | 0 | 135 | 63 | 4 | 515 | 134 | 64 |
| Binary | 11110101 | 10010 | 1111001 | 0 | 1011101 | 110011 | 100 | 101001101 | 1011100 | 110100 |
Color Harmonies of #F51279
Complementary color
Monochromatic Colors of #F51279
Black with #F51279
Text Example
Text Example
White with #F51279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51279; }
p { color: rgb(245,18,121); }
H1.HeaderClassName
{
color: #F51279;
}
.AnyTagClassName
{
color: #F51279;
}
</style>
background-color css
<style>
a { background-color: #F51279; }
a { background-color: rgb(245,18,121); }
div.DivClassName
{
background-color: #F51279;
}
.BgClassName
{
background-color: #F51279;
}
</style>
border-color css
<style>
span { border-color: #F51279; }
span { border-color: rgb(245,18,121); }
td.TdClassName
{
border-color: #F51279;
}
.TagClassName
{
border-color: #F51279;
}
</style>