Shades of Deep Pink #F5178B
Tints of Deep Pink #F5178B
RGB
CMYK
RGB Variations
Color information
#F5178B (or 0xF5178B) is known color: Deep Pink. HEX triplet: F5, 17 and 8B. RGB value is (245,23,139). Sum of RGB (Red+Green+Blue) = 245+23+139=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5178B is #0AE874. Grayscale: #666666. Windows color (decimal): -714869 or 9115637. OLE color: 9115637.
HSL color Cylindrical-coordinate representation of color #F5178B: hue angle of 328.65º 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 #F5178B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 139 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.04 |
| HSL | 328.65º | 0.92% | 0.53% | - |
| HSV(B) | 328.65º | 0.91% | 0.96% | - |
| XYZ | 42.62 | 21.89 | 26.4 | - |
| YUV | 102.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 139 | 0 | 0.91 | 0.43 | 0.04 | 328.65 | 0.92 | 0.53 |
| Hex | F5 | 17 | 8B | 0 | 5B | 2B | 4 | 149 | 5C | 35 |
| Octal | 365 | 27 | 213 | 0 | 133 | 53 | 4 | 511 | 134 | 65 |
| Binary | 11110101 | 10111 | 10001011 | 0 | 1011011 | 101011 | 100 | 101001001 | 1011100 | 110101 |
Color Harmonies of #F5178B
Complementary color
Monochromatic Colors of #F5178B
Black with #F5178B
Text Example
Text Example
White with #F5178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5178B; }
p { color: rgb(245,23,139); }
H1.HeaderClassName
{
color: #F5178B;
}
.AnyTagClassName
{
color: #F5178B;
}
</style>
background-color css
<style>
a { background-color: #F5178B; }
a { background-color: rgb(245,23,139); }
div.DivClassName
{
background-color: #F5178B;
}
.BgClassName
{
background-color: #F5178B;
}
</style>
border-color css
<style>
span { border-color: #F5178B; }
span { border-color: rgb(245,23,139); }
td.TdClassName
{
border-color: #F5178B;
}
.TagClassName
{
border-color: #F5178B;
}
</style>