Shades of Deep Pink #F51094
Tints of Deep Pink #F51094
RGB
CMYK
RGB Variations
Color information
#F51094 (or 0xF51094) is known color: Deep Pink. HEX triplet: F5, 10 and 94. RGB value is (245,16,148). Sum of RGB (Red+Green+Blue) = 245+16+148=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F51094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51094 is #0AEF6B. Grayscale: #636363. Windows color (decimal): -716652 or 9703669. OLE color: 9703669.
HSL color Cylindrical-coordinate representation of color #F51094: hue angle of 325.41º 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 #F51094 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 148 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.04 |
| HSL | 325.41º | 0.92% | 0.51% | - |
| HSV(B) | 325.41º | 0.93% | 0.96% | - |
| XYZ | 43.19 | 21.92 | 29.97 | - |
| YUV | 99.52 | 155.37 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 148 | 0 | 0.93 | 0.40 | 0.04 | 325.41 | 0.92 | 0.51 |
| Hex | F5 | 10 | 94 | 0 | 5D | 28 | 4 | 145 | 5C | 33 |
| Octal | 365 | 20 | 224 | 0 | 135 | 50 | 4 | 505 | 134 | 63 |
| Binary | 11110101 | 10000 | 10010100 | 0 | 1011101 | 101000 | 100 | 101000101 | 1011100 | 110011 |
Color Harmonies of #F51094
Complementary color
Monochromatic Colors of #F51094
Black with #F51094
Text Example
Text Example
White with #F51094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51094; }
p { color: rgb(245,16,148); }
H1.HeaderClassName
{
color: #F51094;
}
.AnyTagClassName
{
color: #F51094;
}
</style>
background-color css
<style>
a { background-color: #F51094; }
a { background-color: rgb(245,16,148); }
div.DivClassName
{
background-color: #F51094;
}
.BgClassName
{
background-color: #F51094;
}
</style>
border-color css
<style>
span { border-color: #F51094; }
span { border-color: rgb(245,16,148); }
td.TdClassName
{
border-color: #F51094;
}
.TagClassName
{
border-color: #F51094;
}
</style>