Shades of Deep Pink #F5178A
Tints of Deep Pink #F5178A
RGB
CMYK
RGB Variations
Color information
#F5178A (or 0xF5178A) is known color: Deep Pink. HEX triplet: F5, 17 and 8A. RGB value is (245,23,138). Sum of RGB (Red+Green+Blue) = 245+23+138=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5178A is #0AE875. Grayscale: #666666. Windows color (decimal): -714870 or 9050101. OLE color: 9050101.
HSL color Cylindrical-coordinate representation of color #F5178A: hue angle of 328.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5178A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 138 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.04 |
| HSL | 328.92º | 0.92% | 0.53% | - |
| HSV(B) | 328.92º | 0.91% | 0.96% | - |
| XYZ | 42.55 | 21.86 | 26.02 | - |
| YUV | 102.49 | 148.05 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 138 | 0 | 0.91 | 0.44 | 0.04 | 328.92 | 0.92 | 0.53 |
| Hex | F5 | 17 | 8A | 0 | 5B | 2C | 4 | 149 | 5C | 35 |
| Octal | 365 | 27 | 212 | 0 | 133 | 54 | 4 | 511 | 134 | 65 |
| Binary | 11110101 | 10111 | 10001010 | 0 | 1011011 | 101100 | 100 | 101001001 | 1011100 | 110101 |
Color Harmonies of #F5178A
Complementary color
Monochromatic Colors of #F5178A
Black with #F5178A
Text Example
Text Example
White with #F5178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5178A; }
p { color: rgb(245,23,138); }
H1.HeaderClassName
{
color: #F5178A;
}
.AnyTagClassName
{
color: #F5178A;
}
</style>
background-color css
<style>
a { background-color: #F5178A; }
a { background-color: rgb(245,23,138); }
div.DivClassName
{
background-color: #F5178A;
}
.BgClassName
{
background-color: #F5178A;
}
</style>
border-color css
<style>
span { border-color: #F5178A; }
span { border-color: rgb(245,23,138); }
td.TdClassName
{
border-color: #F5178A;
}
.TagClassName
{
border-color: #F5178A;
}
</style>