Shades of Deep Pink #F51078
Tints of Deep Pink #F51078
RGB
CMYK
RGB Variations
Color information
#F51078 (or 0xF51078) is known color: Deep Pink. HEX triplet: F5, 10 and 78. RGB value is (245,16,120). Sum of RGB (Red+Green+Blue) = 245+16+120=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F51078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51078 is #0AEF87. Grayscale: #606060. Windows color (decimal): -716680 or 7868661. OLE color: 7868661.
HSL color Cylindrical-coordinate representation of color #F51078: hue angle of 332.75º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51078 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.04 |
| HSL | 332.75º | 0.92% | 0.51% | - |
| HSV(B) | 332.75º | 0.93% | 0.96% | - |
| XYZ | 41.23 | 21.14 | 19.68 | - |
| YUV | 96.33 | 141.37 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 120 | 0 | 0.93 | 0.51 | 0.04 | 332.75 | 0.92 | 0.51 |
| Hex | F5 | 10 | 78 | 0 | 5D | 33 | 4 | 14D | 5C | 33 |
| Octal | 365 | 20 | 170 | 0 | 135 | 63 | 4 | 515 | 134 | 63 |
| Binary | 11110101 | 10000 | 1111000 | 0 | 1011101 | 110011 | 100 | 101001101 | 1011100 | 110011 |
Color Harmonies of #F51078
Complementary color
Monochromatic Colors of #F51078
Black with #F51078
Text Example
Text Example
White with #F51078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51078; }
p { color: rgb(245,16,120); }
H1.HeaderClassName
{
color: #F51078;
}
.AnyTagClassName
{
color: #F51078;
}
</style>
background-color css
<style>
a { background-color: #F51078; }
a { background-color: rgb(245,16,120); }
div.DivClassName
{
background-color: #F51078;
}
.BgClassName
{
background-color: #F51078;
}
</style>
border-color css
<style>
span { border-color: #F51078; }
span { border-color: rgb(245,16,120); }
td.TdClassName
{
border-color: #F51078;
}
.TagClassName
{
border-color: #F51078;
}
</style>