Shades of Deep Pink #F5178C
Tints of Deep Pink #F5178C
RGB
CMYK
RGB Variations
Color information
#F5178C (or 0xF5178C) is known color: Deep Pink. HEX triplet: F5, 17 and 8C. RGB value is (245,23,140). Sum of RGB (Red+Green+Blue) = 245+23+140=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5178C is #0AE873. Grayscale: #666666. Windows color (decimal): -714868 or 9181173. OLE color: 9181173.
HSL color Cylindrical-coordinate representation of color #F5178C: hue angle of 328.38º 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 #F5178C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 140 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.04 |
| HSL | 328.38º | 0.92% | 0.53% | - |
| HSV(B) | 328.38º | 0.91% | 0.96% | - |
| XYZ | 42.7 | 21.92 | 26.79 | - |
| YUV | 102.72 | 149.05 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 140 | 0 | 0.91 | 0.43 | 0.04 | 328.38 | 0.92 | 0.53 |
| Hex | F5 | 17 | 8C | 0 | 5B | 2B | 4 | 148 | 5C | 35 |
| Octal | 365 | 27 | 214 | 0 | 133 | 53 | 4 | 510 | 134 | 65 |
| Binary | 11110101 | 10111 | 10001100 | 0 | 1011011 | 101011 | 100 | 101001000 | 1011100 | 110101 |
Color Harmonies of #F5178C
Complementary color
Monochromatic Colors of #F5178C
Black with #F5178C
Text Example
Text Example
White with #F5178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5178C; }
p { color: rgb(245,23,140); }
H1.HeaderClassName
{
color: #F5178C;
}
.AnyTagClassName
{
color: #F5178C;
}
</style>
background-color css
<style>
a { background-color: #F5178C; }
a { background-color: rgb(245,23,140); }
div.DivClassName
{
background-color: #F5178C;
}
.BgClassName
{
background-color: #F5178C;
}
</style>
border-color css
<style>
span { border-color: #F5178C; }
span { border-color: rgb(245,23,140); }
td.TdClassName
{
border-color: #F5178C;
}
.TagClassName
{
border-color: #F5178C;
}
</style>