Shades of Deep Pink #F51C7A
Tints of Deep Pink #F51C7A
RGB
CMYK
RGB Variations
Color information
#F51C7A (or 0xF51C7A) is known color: Deep Pink. HEX triplet: F5, 1C and 7A. RGB value is (245,28,122). Sum of RGB (Red+Green+Blue) = 245+28+122=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51C7A is #0AE385. Grayscale: #676767. Windows color (decimal): -713606 or 8002805. OLE color: 8002805.
HSL color Cylindrical-coordinate representation of color #F51C7A: hue angle of 334.01º 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 #F51C7A is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 122 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.04 |
| HSL | 334.01º | 0.92% | 0.54% | - |
| HSV(B) | 334.01º | 0.89% | 0.96% | - |
| XYZ | 41.58 | 21.65 | 20.4 | - |
| YUV | 103.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 122 | 0 | 0.89 | 0.50 | 0.04 | 334.01 | 0.92 | 0.54 |
| Hex | F5 | 1C | 7A | 0 | 59 | 32 | 4 | 14E | 5C | 36 |
| Octal | 365 | 34 | 172 | 0 | 131 | 62 | 4 | 516 | 134 | 66 |
| Binary | 11110101 | 11100 | 1111010 | 0 | 1011001 | 110010 | 100 | 101001110 | 1011100 | 110110 |
Color Harmonies of #F51C7A
Complementary color
Monochromatic Colors of #F51C7A
Black with #F51C7A
Text Example
Text Example
White with #F51C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C7A; }
p { color: rgb(245,28,122); }
H1.HeaderClassName
{
color: #F51C7A;
}
.AnyTagClassName
{
color: #F51C7A;
}
</style>
background-color css
<style>
a { background-color: #F51C7A; }
a { background-color: rgb(245,28,122); }
div.DivClassName
{
background-color: #F51C7A;
}
.BgClassName
{
background-color: #F51C7A;
}
</style>
border-color css
<style>
span { border-color: #F51C7A; }
span { border-color: rgb(245,28,122); }
td.TdClassName
{
border-color: #F51C7A;
}
.TagClassName
{
border-color: #F51C7A;
}
</style>