Shades of Deep Pink #F51280
Tints of Deep Pink #F51280
RGB
CMYK
RGB Variations
Color information
#F51280 (or 0xF51280) is known color: Deep Pink. HEX triplet: F5, 12 and 80. RGB value is (245,18,128). Sum of RGB (Red+Green+Blue) = 245+18+128=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F51280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51280 is #0AED7F. Grayscale: #626262. Windows color (decimal): -716160 or 8393461. OLE color: 8393461.
HSL color Cylindrical-coordinate representation of color #F51280: hue angle of 330.93º 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 #F51280 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 128 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.04 |
| HSL | 330.93º | 0.92% | 0.52% | - |
| HSV(B) | 330.93º | 0.93% | 0.96% | - |
| XYZ | 41.77 | 21.4 | 22.35 | - |
| YUV | 98.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 128 | 0 | 0.93 | 0.48 | 0.04 | 330.93 | 0.92 | 0.52 |
| Hex | F5 | 12 | 80 | 0 | 5D | 30 | 4 | 14B | 5C | 34 |
| Octal | 365 | 22 | 200 | 0 | 135 | 60 | 4 | 513 | 134 | 64 |
| Binary | 11110101 | 10010 | 10000000 | 0 | 1011101 | 110000 | 100 | 101001011 | 1011100 | 110100 |
Color Harmonies of #F51280
Complementary color
Monochromatic Colors of #F51280
Black with #F51280
Text Example
Text Example
White with #F51280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51280; }
p { color: rgb(245,18,128); }
H1.HeaderClassName
{
color: #F51280;
}
.AnyTagClassName
{
color: #F51280;
}
</style>
background-color css
<style>
a { background-color: #F51280; }
a { background-color: rgb(245,18,128); }
div.DivClassName
{
background-color: #F51280;
}
.BgClassName
{
background-color: #F51280;
}
</style>
border-color css
<style>
span { border-color: #F51280; }
span { border-color: rgb(245,18,128); }
td.TdClassName
{
border-color: #F51280;
}
.TagClassName
{
border-color: #F51280;
}
</style>