Shades of Deep Pink #F51395
Tints of Deep Pink #F51395
RGB
CMYK
RGB Variations
Color information
#F51395 (or 0xF51395) is known color: Deep Pink. HEX triplet: F5, 13 and 95. RGB value is (245,19,149). Sum of RGB (Red+Green+Blue) = 245+19+149=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F51395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51395 is #0AEC6A. Grayscale: #656565. Windows color (decimal): -715883 or 9769973. OLE color: 9769973.
HSL color Cylindrical-coordinate representation of color #F51395: hue angle of 325.49º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51395 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 149 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.04 |
| HSL | 325.49º | 0.92% | 0.52% | - |
| HSV(B) | 325.49º | 0.92% | 0.96% | - |
| XYZ | 43.31 | 22.05 | 30.41 | - |
| YUV | 101.39 | 154.87 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 149 | 0 | 0.92 | 0.39 | 0.04 | 325.49 | 0.92 | 0.52 |
| Hex | F5 | 13 | 95 | 0 | 5C | 27 | 4 | 145 | 5C | 34 |
| Octal | 365 | 23 | 225 | 0 | 134 | 47 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10011 | 10010101 | 0 | 1011100 | 100111 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51395
Complementary color
Monochromatic Colors of #F51395
Black with #F51395
Text Example
Text Example
White with #F51395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51395; }
p { color: rgb(245,19,149); }
H1.HeaderClassName
{
color: #F51395;
}
.AnyTagClassName
{
color: #F51395;
}
</style>
background-color css
<style>
a { background-color: #F51395; }
a { background-color: rgb(245,19,149); }
div.DivClassName
{
background-color: #F51395;
}
.BgClassName
{
background-color: #F51395;
}
</style>
border-color css
<style>
span { border-color: #F51395; }
span { border-color: rgb(245,19,149); }
td.TdClassName
{
border-color: #F51395;
}
.TagClassName
{
border-color: #F51395;
}
</style>