Shades of Deep Pink #F5147D
Tints of Deep Pink #F5147D
RGB
CMYK
RGB Variations
Color information
#F5147D (or 0xF5147D) is known color: Deep Pink. HEX triplet: F5, 14 and 7D. RGB value is (245,20,125). Sum of RGB (Red+Green+Blue) = 245+20+125=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5147D is #0AEB82. Grayscale: #636363. Windows color (decimal): -715651 or 8197365. OLE color: 8197365.
HSL color Cylindrical-coordinate representation of color #F5147D: hue angle of 332º 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 #F5147D is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.04 |
| HSL | 332º | 0.92% | 0.52% | - |
| HSV(B) | 332º | 0.92% | 0.96% | - |
| XYZ | 41.61 | 21.39 | 21.34 | - |
| YUV | 99.25 | 142.54 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 125 | 0 | 0.92 | 0.49 | 0.04 | 332 | 0.92 | 0.52 |
| Hex | F5 | 14 | 7D | 0 | 5C | 31 | 4 | 14C | 5C | 34 |
| Octal | 365 | 24 | 175 | 0 | 134 | 61 | 4 | 514 | 134 | 64 |
| Binary | 11110101 | 10100 | 1111101 | 0 | 1011100 | 110001 | 100 | 101001100 | 1011100 | 110100 |
Color Harmonies of #F5147D
Complementary color
Monochromatic Colors of #F5147D
Black with #F5147D
Text Example
Text Example
White with #F5147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5147D; }
p { color: rgb(245,20,125); }
H1.HeaderClassName
{
color: #F5147D;
}
.AnyTagClassName
{
color: #F5147D;
}
</style>
background-color css
<style>
a { background-color: #F5147D; }
a { background-color: rgb(245,20,125); }
div.DivClassName
{
background-color: #F5147D;
}
.BgClassName
{
background-color: #F5147D;
}
</style>
border-color css
<style>
span { border-color: #F5147D; }
span { border-color: rgb(245,20,125); }
td.TdClassName
{
border-color: #F5147D;
}
.TagClassName
{
border-color: #F5147D;
}
</style>