Shades of Deep Pink #F5147A
Tints of Deep Pink #F5147A
RGB
CMYK
RGB Variations
Color information
#F5147A (or 0xF5147A) is known color: Deep Pink. HEX triplet: F5, 14 and 7A. RGB value is (245,20,122). Sum of RGB (Red+Green+Blue) = 245+20+122=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5147A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5147A is #0AEB85. Grayscale: #626262. Windows color (decimal): -715654 or 8000757. OLE color: 8000757.
HSL color Cylindrical-coordinate representation of color #F5147A: hue angle of 332.8º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5147A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 122 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.04 |
| HSL | 332.8º | 0.92% | 0.52% | - |
| HSV(B) | 332.8º | 0.92% | 0.96% | - |
| XYZ | 41.42 | 21.32 | 20.34 | - |
| YUV | 98.9 | 141.04 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 122 | 0 | 0.92 | 0.50 | 0.04 | 332.8 | 0.92 | 0.52 |
| Hex | F5 | 14 | 7A | 0 | 5C | 32 | 4 | 14D | 5C | 34 |
| Octal | 365 | 24 | 172 | 0 | 134 | 62 | 4 | 515 | 134 | 64 |
| Binary | 11110101 | 10100 | 1111010 | 0 | 1011100 | 110010 | 100 | 101001101 | 1011100 | 110100 |
Color Harmonies of #F5147A
Complementary color
Monochromatic Colors of #F5147A
Black with #F5147A
Text Example
Text Example
White with #F5147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5147A; }
p { color: rgb(245,20,122); }
H1.HeaderClassName
{
color: #F5147A;
}
.AnyTagClassName
{
color: #F5147A;
}
</style>
background-color css
<style>
a { background-color: #F5147A; }
a { background-color: rgb(245,20,122); }
div.DivClassName
{
background-color: #F5147A;
}
.BgClassName
{
background-color: #F5147A;
}
</style>
border-color css
<style>
span { border-color: #F5147A; }
span { border-color: rgb(245,20,122); }
td.TdClassName
{
border-color: #F5147A;
}
.TagClassName
{
border-color: #F5147A;
}
</style>