Shades of Deep Pink #F51794
Tints of Deep Pink #F51794
RGB
CMYK
RGB Variations
Color information
#F51794 (or 0xF51794) is known color: Deep Pink. HEX triplet: F5, 17 and 94. RGB value is (245,23,148). Sum of RGB (Red+Green+Blue) = 245+23+148=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F51794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51794 is #0AE86B. Grayscale: #676767. Windows color (decimal): -714860 or 9705461. OLE color: 9705461.
HSL color Cylindrical-coordinate representation of color #F51794: hue angle of 326.22º 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 #F51794 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 148 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.22º | 0.92% | 0.53% | - |
| HSV(B) | 326.22º | 0.91% | 0.96% | - |
| XYZ | 43.31 | 22.16 | 30.01 | - |
| YUV | 103.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 148 | 0 | 0.91 | 0.40 | 0.04 | 326.22 | 0.92 | 0.53 |
| Hex | F5 | 17 | 94 | 0 | 5B | 28 | 4 | 146 | 5C | 35 |
| Octal | 365 | 27 | 224 | 0 | 133 | 50 | 4 | 506 | 134 | 65 |
| Binary | 11110101 | 10111 | 10010100 | 0 | 1011011 | 101000 | 100 | 101000110 | 1011100 | 110101 |
Color Harmonies of #F51794
Complementary color
Monochromatic Colors of #F51794
Black with #F51794
Text Example
Text Example
White with #F51794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51794; }
p { color: rgb(245,23,148); }
H1.HeaderClassName
{
color: #F51794;
}
.AnyTagClassName
{
color: #F51794;
}
</style>
background-color css
<style>
a { background-color: #F51794; }
a { background-color: rgb(245,23,148); }
div.DivClassName
{
background-color: #F51794;
}
.BgClassName
{
background-color: #F51794;
}
</style>
border-color css
<style>
span { border-color: #F51794; }
span { border-color: rgb(245,23,148); }
td.TdClassName
{
border-color: #F51794;
}
.TagClassName
{
border-color: #F51794;
}
</style>