Shades of Deep Pink #F51793
Tints of Deep Pink #F51793
RGB
CMYK
RGB Variations
Color information
#F51793 (or 0xF51793) is known color: Deep Pink. HEX triplet: F5, 17 and 93. RGB value is (245,23,147). Sum of RGB (Red+Green+Blue) = 245+23+147=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51793 is #0AE86C. Grayscale: #676767. Windows color (decimal): -714861 or 9639925. OLE color: 9639925.
HSL color Cylindrical-coordinate representation of color #F51793: hue angle of 326.49º 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 #F51793 is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 147 | - |
| CMYK | 0 | 0.91 | 0.4 | 0.04 |
| HSL | 326.49º | 0.92% | 0.53% | - |
| HSV(B) | 326.49º | 0.91% | 0.96% | - |
| XYZ | 43.23 | 22.13 | 29.6 | - |
| YUV | 103.51 | 152.55 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 147 | 0 | 0.91 | 0.4 | 0.04 | 326.49 | 0.92 | 0.53 |
| Hex | F5 | 17 | 93 | 0 | 5B | 28 | 4 | 146 | 5C | 35 |
| Octal | 365 | 27 | 223 | 0 | 133 | 50 | 4 | 506 | 134 | 65 |
| Binary | 11110101 | 10111 | 10010011 | 0 | 1011011 | 101000 | 100 | 101000110 | 1011100 | 110101 |
Color Harmonies of #F51793
Complementary color
Monochromatic Colors of #F51793
Black with #F51793
Text Example
Text Example
White with #F51793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51793; }
p { color: rgb(245,23,147); }
H1.HeaderClassName
{
color: #F51793;
}
.AnyTagClassName
{
color: #F51793;
}
</style>
background-color css
<style>
a { background-color: #F51793; }
a { background-color: rgb(245,23,147); }
div.DivClassName
{
background-color: #F51793;
}
.BgClassName
{
background-color: #F51793;
}
</style>
border-color css
<style>
span { border-color: #F51793; }
span { border-color: rgb(245,23,147); }
td.TdClassName
{
border-color: #F51793;
}
.TagClassName
{
border-color: #F51793;
}
</style>