Shades of Deep Pink #F5178F
Tints of Deep Pink #F5178F
RGB
CMYK
RGB Variations
Color information
#F5178F (or 0xF5178F) is known color: Deep Pink. HEX triplet: F5, 17 and 8F. RGB value is (245,23,143). Sum of RGB (Red+Green+Blue) = 245+23+143=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5178F is #0AE870. Grayscale: #666666. Windows color (decimal): -714865 or 9377781. OLE color: 9377781.
HSL color Cylindrical-coordinate representation of color #F5178F: hue angle of 327.57º 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 #F5178F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 143 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.04 |
| HSL | 327.57º | 0.92% | 0.53% | - |
| HSV(B) | 327.57º | 0.91% | 0.96% | - |
| XYZ | 42.92 | 22.01 | 27.97 | - |
| YUV | 103.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 143 | 0 | 0.91 | 0.42 | 0.04 | 327.57 | 0.92 | 0.53 |
| Hex | F5 | 17 | 8F | 0 | 5B | 2A | 4 | 148 | 5C | 35 |
| Octal | 365 | 27 | 217 | 0 | 133 | 52 | 4 | 510 | 134 | 65 |
| Binary | 11110101 | 10111 | 10001111 | 0 | 1011011 | 101010 | 100 | 101001000 | 1011100 | 110101 |
Color Harmonies of #F5178F
Complementary color
Monochromatic Colors of #F5178F
Black with #F5178F
Text Example
Text Example
White with #F5178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5178F; }
p { color: rgb(245,23,143); }
H1.HeaderClassName
{
color: #F5178F;
}
.AnyTagClassName
{
color: #F5178F;
}
</style>
background-color css
<style>
a { background-color: #F5178F; }
a { background-color: rgb(245,23,143); }
div.DivClassName
{
background-color: #F5178F;
}
.BgClassName
{
background-color: #F5178F;
}
</style>
border-color css
<style>
span { border-color: #F5178F; }
span { border-color: rgb(245,23,143); }
td.TdClassName
{
border-color: #F5178F;
}
.TagClassName
{
border-color: #F5178F;
}
</style>