Shades of Deep Pink #F5128F
Tints of Deep Pink #F5128F
RGB
CMYK
RGB Variations
Color information
#F5128F (or 0xF5128F) is known color: Deep Pink. HEX triplet: F5, 12 and 8F. RGB value is (245,18,143). Sum of RGB (Red+Green+Blue) = 245+18+143=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5128F is #0AED70. Grayscale: #636363. Windows color (decimal): -716145 or 9376501. OLE color: 9376501.
HSL color Cylindrical-coordinate representation of color #F5128F: hue angle of 326.96º 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 #F5128F is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 143 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.04 |
| HSL | 326.96º | 0.92% | 0.52% | - |
| HSV(B) | 326.96º | 0.93% | 0.96% | - |
| XYZ | 42.83 | 21.83 | 27.94 | - |
| YUV | 100.12 | 152.21 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 143 | 0 | 0.93 | 0.42 | 0.04 | 326.96 | 0.92 | 0.52 |
| Hex | F5 | 12 | 8F | 0 | 5D | 2A | 4 | 147 | 5C | 34 |
| Octal | 365 | 22 | 217 | 0 | 135 | 52 | 4 | 507 | 134 | 64 |
| Binary | 11110101 | 10010 | 10001111 | 0 | 1011101 | 101010 | 100 | 101000111 | 1011100 | 110100 |
Color Harmonies of #F5128F
Complementary color
Monochromatic Colors of #F5128F
Black with #F5128F
Text Example
Text Example
White with #F5128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5128F; }
p { color: rgb(245,18,143); }
H1.HeaderClassName
{
color: #F5128F;
}
.AnyTagClassName
{
color: #F5128F;
}
</style>
background-color css
<style>
a { background-color: #F5128F; }
a { background-color: rgb(245,18,143); }
div.DivClassName
{
background-color: #F5128F;
}
.BgClassName
{
background-color: #F5128F;
}
</style>
border-color css
<style>
span { border-color: #F5128F; }
span { border-color: rgb(245,18,143); }
td.TdClassName
{
border-color: #F5128F;
}
.TagClassName
{
border-color: #F5128F;
}
</style>