Shades of Deep Pink #F5158E
Tints of Deep Pink #F5158E
RGB
CMYK
RGB Variations
Color information
#F5158E (or 0xF5158E) is known color: Deep Pink. HEX triplet: F5, 15 and 8E. RGB value is (245,21,142). Sum of RGB (Red+Green+Blue) = 245+21+142=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5158E is #0AEA71. Grayscale: #656565. Windows color (decimal): -715378 or 9311733. OLE color: 9311733.
HSL color Cylindrical-coordinate representation of color #F5158E: hue angle of 327.59º 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 #F5158E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 142 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.04 |
| HSL | 327.59º | 0.92% | 0.52% | - |
| HSV(B) | 327.59º | 0.91% | 0.96% | - |
| XYZ | 42.81 | 21.9 | 27.56 | - |
| YUV | 101.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 142 | 0 | 0.91 | 0.42 | 0.04 | 327.59 | 0.92 | 0.52 |
| Hex | F5 | 15 | 8E | 0 | 5B | 2A | 4 | 148 | 5C | 34 |
| Octal | 365 | 25 | 216 | 0 | 133 | 52 | 4 | 510 | 134 | 64 |
| Binary | 11110101 | 10101 | 10001110 | 0 | 1011011 | 101010 | 100 | 101001000 | 1011100 | 110100 |
Color Harmonies of #F5158E
Complementary color
Monochromatic Colors of #F5158E
Black with #F5158E
Text Example
Text Example
White with #F5158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5158E; }
p { color: rgb(245,21,142); }
H1.HeaderClassName
{
color: #F5158E;
}
.AnyTagClassName
{
color: #F5158E;
}
</style>
background-color css
<style>
a { background-color: #F5158E; }
a { background-color: rgb(245,21,142); }
div.DivClassName
{
background-color: #F5158E;
}
.BgClassName
{
background-color: #F5158E;
}
</style>
border-color css
<style>
span { border-color: #F5158E; }
span { border-color: rgb(245,21,142); }
td.TdClassName
{
border-color: #F5158E;
}
.TagClassName
{
border-color: #F5158E;
}
</style>