Shades of Deep Pink #F51779
Tints of Deep Pink #F51779
RGB
CMYK
RGB Variations
Color information
#F51779 (or 0xF51779) is known color: Deep Pink. HEX triplet: F5, 17 and 79. RGB value is (245,23,121). Sum of RGB (Red+Green+Blue) = 245+23+121=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F51779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51779 is #0AE886. Grayscale: #646464. Windows color (decimal): -714887 or 7935989. OLE color: 7935989.
HSL color Cylindrical-coordinate representation of color #F51779: hue angle of 333.51º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51779 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 121 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.04 |
| HSL | 333.51º | 0.92% | 0.53% | - |
| HSV(B) | 333.51º | 0.91% | 0.96% | - |
| XYZ | 41.41 | 21.41 | 20.04 | - |
| YUV | 100.55 | 139.55 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 121 | 0 | 0.91 | 0.51 | 0.04 | 333.51 | 0.92 | 0.53 |
| Hex | F5 | 17 | 79 | 0 | 5B | 33 | 4 | 14E | 5C | 35 |
| Octal | 365 | 27 | 171 | 0 | 133 | 63 | 4 | 516 | 134 | 65 |
| Binary | 11110101 | 10111 | 1111001 | 0 | 1011011 | 110011 | 100 | 101001110 | 1011100 | 110101 |
Color Harmonies of #F51779
Complementary color
Monochromatic Colors of #F51779
Black with #F51779
Text Example
Text Example
White with #F51779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51779; }
p { color: rgb(245,23,121); }
H1.HeaderClassName
{
color: #F51779;
}
.AnyTagClassName
{
color: #F51779;
}
</style>
background-color css
<style>
a { background-color: #F51779; }
a { background-color: rgb(245,23,121); }
div.DivClassName
{
background-color: #F51779;
}
.BgClassName
{
background-color: #F51779;
}
</style>
border-color css
<style>
span { border-color: #F51779; }
span { border-color: rgb(245,23,121); }
td.TdClassName
{
border-color: #F51779;
}
.TagClassName
{
border-color: #F51779;
}
</style>