Shades of Deep Pink #F5128A
Tints of Deep Pink #F5128A
RGB
CMYK
RGB Variations
Color information
#F5128A (or 0xF5128A) is known color: Deep Pink. HEX triplet: F5, 12 and 8A. RGB value is (245,18,138). Sum of RGB (Red+Green+Blue) = 245+18+138=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5128A is #0AED75. Grayscale: #636363. Windows color (decimal): -716150 or 9048821. OLE color: 9048821.
HSL color Cylindrical-coordinate representation of color #F5128A: hue angle of 328.28º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5128A is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 138 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.04 |
| HSL | 328.28º | 0.92% | 0.52% | - |
| HSV(B) | 328.28º | 0.93% | 0.96% | - |
| XYZ | 42.46 | 21.68 | 25.99 | - |
| YUV | 99.55 | 149.71 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 138 | 0 | 0.93 | 0.44 | 0.04 | 328.28 | 0.92 | 0.52 |
| Hex | F5 | 12 | 8A | 0 | 5D | 2C | 4 | 148 | 5C | 34 |
| Octal | 365 | 22 | 212 | 0 | 135 | 54 | 4 | 510 | 134 | 64 |
| Binary | 11110101 | 10010 | 10001010 | 0 | 1011101 | 101100 | 100 | 101001000 | 1011100 | 110100 |
Color Harmonies of #F5128A
Complementary color
Monochromatic Colors of #F5128A
Black with #F5128A
Text Example
Text Example
White with #F5128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5128A; }
p { color: rgb(245,18,138); }
H1.HeaderClassName
{
color: #F5128A;
}
.AnyTagClassName
{
color: #F5128A;
}
</style>
background-color css
<style>
a { background-color: #F5128A; }
a { background-color: rgb(245,18,138); }
div.DivClassName
{
background-color: #F5128A;
}
.BgClassName
{
background-color: #F5128A;
}
</style>
border-color css
<style>
span { border-color: #F5128A; }
span { border-color: rgb(245,18,138); }
td.TdClassName
{
border-color: #F5128A;
}
.TagClassName
{
border-color: #F5128A;
}
</style>