Shades of Deep Pink #F51397
Tints of Deep Pink #F51397
RGB
CMYK
RGB Variations
Color information
#F51397 (or 0xF51397) is known color: Deep Pink. HEX triplet: F5, 13 and 97. RGB value is (245,19,151). Sum of RGB (Red+Green+Blue) = 245+19+151=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51397 is #0AEC68. Grayscale: #656565. Windows color (decimal): -715881 or 9901045. OLE color: 9901045.
HSL color Cylindrical-coordinate representation of color #F51397: hue angle of 324.96º 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 #F51397 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.04 |
| HSL | 324.96º | 0.92% | 0.52% | - |
| HSV(B) | 324.96º | 0.92% | 0.96% | - |
| XYZ | 43.47 | 22.11 | 31.25 | - |
| YUV | 101.62 | 155.87 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 151 | 0 | 0.92 | 0.38 | 0.04 | 324.96 | 0.92 | 0.52 |
| Hex | F5 | 13 | 97 | 0 | 5C | 26 | 4 | 145 | 5C | 34 |
| Octal | 365 | 23 | 227 | 0 | 134 | 46 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10011 | 10010111 | 0 | 1011100 | 100110 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51397
Complementary color
Monochromatic Colors of #F51397
Black with #F51397
Text Example
Text Example
White with #F51397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51397; }
p { color: rgb(245,19,151); }
H1.HeaderClassName
{
color: #F51397;
}
.AnyTagClassName
{
color: #F51397;
}
</style>
background-color css
<style>
a { background-color: #F51397; }
a { background-color: rgb(245,19,151); }
div.DivClassName
{
background-color: #F51397;
}
.BgClassName
{
background-color: #F51397;
}
</style>
border-color css
<style>
span { border-color: #F51397; }
span { border-color: rgb(245,19,151); }
td.TdClassName
{
border-color: #F51397;
}
.TagClassName
{
border-color: #F51397;
}
</style>