Shades of Deep Pink #F51398
Tints of Deep Pink #F51398
RGB
CMYK
RGB Variations
Color information
#F51398 (or 0xF51398) is known color: Deep Pink. HEX triplet: F5, 13 and 98. RGB value is (245,19,152). Sum of RGB (Red+Green+Blue) = 245+19+152=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F51398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51398 is #0AEC67. Grayscale: #656565. Windows color (decimal): -715880 or 9966581. OLE color: 9966581.
HSL color Cylindrical-coordinate representation of color #F51398: hue angle of 324.69º 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 #F51398 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 152 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.04 |
| HSL | 324.69º | 0.92% | 0.52% | - |
| HSV(B) | 324.69º | 0.92% | 0.96% | - |
| XYZ | 43.56 | 22.15 | 31.68 | - |
| YUV | 101.74 | 156.37 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 152 | 0 | 0.92 | 0.38 | 0.04 | 324.69 | 0.92 | 0.52 |
| Hex | F5 | 13 | 98 | 0 | 5C | 26 | 4 | 145 | 5C | 34 |
| Octal | 365 | 23 | 230 | 0 | 134 | 46 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10011 | 10011000 | 0 | 1011100 | 100110 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51398
Complementary color
Monochromatic Colors of #F51398
Black with #F51398
Text Example
Text Example
White with #F51398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51398; }
p { color: rgb(245,19,152); }
H1.HeaderClassName
{
color: #F51398;
}
.AnyTagClassName
{
color: #F51398;
}
</style>
background-color css
<style>
a { background-color: #F51398; }
a { background-color: rgb(245,19,152); }
div.DivClassName
{
background-color: #F51398;
}
.BgClassName
{
background-color: #F51398;
}
</style>
border-color css
<style>
span { border-color: #F51398; }
span { border-color: rgb(245,19,152); }
td.TdClassName
{
border-color: #F51398;
}
.TagClassName
{
border-color: #F51398;
}
</style>