Shades of Deep Pink #F51694
Tints of Deep Pink #F51694
RGB
CMYK
RGB Variations
Color information
#F51694 (or 0xF51694) is known color: Deep Pink. HEX triplet: F5, 16 and 94. RGB value is (245,22,148). Sum of RGB (Red+Green+Blue) = 245+22+148=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51694 is #0AE96B. Grayscale: #666666. Windows color (decimal): -715116 or 9705205. OLE color: 9705205.
HSL color Cylindrical-coordinate representation of color #F51694: hue angle of 326.1º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51694 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 148 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.1º | 0.92% | 0.52% | - |
| HSV(B) | 326.1º | 0.91% | 0.96% | - |
| XYZ | 43.29 | 22.12 | 30.01 | - |
| YUV | 103.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 148 | 0 | 0.91 | 0.40 | 0.04 | 326.1 | 0.92 | 0.52 |
| Hex | F5 | 16 | 94 | 0 | 5B | 28 | 4 | 146 | 5C | 34 |
| Octal | 365 | 26 | 224 | 0 | 133 | 50 | 4 | 506 | 134 | 64 |
| Binary | 11110101 | 10110 | 10010100 | 0 | 1011011 | 101000 | 100 | 101000110 | 1011100 | 110100 |
Color Harmonies of #F51694
Complementary color
Monochromatic Colors of #F51694
Black with #F51694
Text Example
Text Example
White with #F51694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51694; }
p { color: rgb(245,22,148); }
H1.HeaderClassName
{
color: #F51694;
}
.AnyTagClassName
{
color: #F51694;
}
</style>
background-color css
<style>
a { background-color: #F51694; }
a { background-color: rgb(245,22,148); }
div.DivClassName
{
background-color: #F51694;
}
.BgClassName
{
background-color: #F51694;
}
</style>
border-color css
<style>
span { border-color: #F51694; }
span { border-color: rgb(245,22,148); }
td.TdClassName
{
border-color: #F51694;
}
.TagClassName
{
border-color: #F51694;
}
</style>