Shades of Deep Pink #F51093
Tints of Deep Pink #F51093
RGB
CMYK
RGB Variations
Color information
#F51093 (or 0xF51093) is known color: Deep Pink. HEX triplet: F5, 10 and 93. RGB value is (245,16,147). Sum of RGB (Red+Green+Blue) = 245+16+147=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F51093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51093 is #0AEF6C. Grayscale: #636363. Windows color (decimal): -716653 or 9638133. OLE color: 9638133.
HSL color Cylindrical-coordinate representation of color #F51093: hue angle of 325.68º 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 #F51093 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 147 | - |
| CMYK | 0 | 0.93 | 0.4 | 0.04 |
| HSL | 325.68º | 0.92% | 0.51% | - |
| HSV(B) | 325.68º | 0.93% | 0.96% | - |
| XYZ | 43.11 | 21.89 | 29.56 | - |
| YUV | 99.41 | 154.87 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 147 | 0 | 0.93 | 0.4 | 0.04 | 325.68 | 0.92 | 0.51 |
| Hex | F5 | 10 | 93 | 0 | 5D | 28 | 4 | 146 | 5C | 33 |
| Octal | 365 | 20 | 223 | 0 | 135 | 50 | 4 | 506 | 134 | 63 |
| Binary | 11110101 | 10000 | 10010011 | 0 | 1011101 | 101000 | 100 | 101000110 | 1011100 | 110011 |
Color Harmonies of #F51093
Complementary color
Monochromatic Colors of #F51093
Black with #F51093
Text Example
Text Example
White with #F51093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51093; }
p { color: rgb(245,16,147); }
H1.HeaderClassName
{
color: #F51093;
}
.AnyTagClassName
{
color: #F51093;
}
</style>
background-color css
<style>
a { background-color: #F51093; }
a { background-color: rgb(245,16,147); }
div.DivClassName
{
background-color: #F51093;
}
.BgClassName
{
background-color: #F51093;
}
</style>
border-color css
<style>
span { border-color: #F51093; }
span { border-color: rgb(245,16,147); }
td.TdClassName
{
border-color: #F51093;
}
.TagClassName
{
border-color: #F51093;
}
</style>