Shades of Deep Pink #F5129C
Tints of Deep Pink #F5129C
RGB
CMYK
RGB Variations
Color information
#F5129C (or 0xF5129C) is known color: Deep Pink. HEX triplet: F5, 12 and 9C. RGB value is (245,18,156). Sum of RGB (Red+Green+Blue) = 245+18+156=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5129C is #0AED63. Grayscale: #656565. Windows color (decimal): -716132 or 10228469. OLE color: 10228469.
HSL color Cylindrical-coordinate representation of color #F5129C: hue angle of 323.52º 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 #F5129C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 156 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.04 |
| HSL | 323.52º | 0.92% | 0.52% | - |
| HSV(B) | 323.52º | 0.93% | 0.96% | - |
| XYZ | 43.87 | 22.25 | 33.43 | - |
| YUV | 101.61 | 158.71 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 156 | 0 | 0.93 | 0.36 | 0.04 | 323.52 | 0.92 | 0.52 |
| Hex | F5 | 12 | 9C | 0 | 5D | 24 | 4 | 144 | 5C | 34 |
| Octal | 365 | 22 | 234 | 0 | 135 | 44 | 4 | 504 | 134 | 64 |
| Binary | 11110101 | 10010 | 10011100 | 0 | 1011101 | 100100 | 100 | 101000100 | 1011100 | 110100 |
Color Harmonies of #F5129C
Complementary color
Monochromatic Colors of #F5129C
Black with #F5129C
Text Example
Text Example
White with #F5129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5129C; }
p { color: rgb(245,18,156); }
H1.HeaderClassName
{
color: #F5129C;
}
.AnyTagClassName
{
color: #F5129C;
}
</style>
background-color css
<style>
a { background-color: #F5129C; }
a { background-color: rgb(245,18,156); }
div.DivClassName
{
background-color: #F5129C;
}
.BgClassName
{
background-color: #F5129C;
}
</style>
border-color css
<style>
span { border-color: #F5129C; }
span { border-color: rgb(245,18,156); }
td.TdClassName
{
border-color: #F5129C;
}
.TagClassName
{
border-color: #F5129C;
}
</style>