Shades of Deep Pink #F51692
Tints of Deep Pink #F51692
RGB
CMYK
RGB Variations
Color information
#F51692 (or 0xF51692) is known color: Deep Pink. HEX triplet: F5, 16 and 92. RGB value is (245,22,146). Sum of RGB (Red+Green+Blue) = 245+22+146=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F51692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51692 is #0AE96D. Grayscale: #666666. Windows color (decimal): -715118 or 9574133. OLE color: 9574133.
HSL color Cylindrical-coordinate representation of color #F51692: hue angle of 326.64º 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 #F51692 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 146 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.64º | 0.92% | 0.52% | - |
| HSV(B) | 326.64º | 0.91% | 0.96% | - |
| XYZ | 43.13 | 22.06 | 29.18 | - |
| YUV | 102.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 146 | 0 | 0.91 | 0.40 | 0.04 | 326.64 | 0.92 | 0.52 |
| Hex | F5 | 16 | 92 | 0 | 5B | 28 | 4 | 147 | 5C | 34 |
| Octal | 365 | 26 | 222 | 0 | 133 | 50 | 4 | 507 | 134 | 64 |
| Binary | 11110101 | 10110 | 10010010 | 0 | 1011011 | 101000 | 100 | 101000111 | 1011100 | 110100 |
Color Harmonies of #F51692
Complementary color
Monochromatic Colors of #F51692
Black with #F51692
Text Example
Text Example
White with #F51692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51692; }
p { color: rgb(245,22,146); }
H1.HeaderClassName
{
color: #F51692;
}
.AnyTagClassName
{
color: #F51692;
}
</style>
background-color css
<style>
a { background-color: #F51692; }
a { background-color: rgb(245,22,146); }
div.DivClassName
{
background-color: #F51692;
}
.BgClassName
{
background-color: #F51692;
}
</style>
border-color css
<style>
span { border-color: #F51692; }
span { border-color: rgb(245,22,146); }
td.TdClassName
{
border-color: #F51692;
}
.TagClassName
{
border-color: #F51692;
}
</style>