Shades of Deep Pink #F9147D
Tints of Deep Pink #F9147D
RGB
CMYK
RGB Variations
Color information
#F9147D (or 0xF9147D) is known color: Deep Pink. HEX triplet: F9, 14 and 7D. RGB value is (249,20,125). Sum of RGB (Red+Green+Blue) = 249+20+125=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9147D is #06EB82. Grayscale: #646464. Windows color (decimal): -453507 or 8197369. OLE color: 8197369.
HSL color Cylindrical-coordinate representation of color #F9147D: hue angle of 332.49º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9147D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.02 |
| HSL | 332.49º | 0.95% | 0.53% | - |
| HSV(B) | 332.49º | 0.92% | 0.98% | - |
| XYZ | 43.02 | 22.12 | 21.4 | - |
| YUV | 100.44 | 141.87 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 125 | 0 | 0.92 | 0.50 | 0.02 | 332.49 | 0.95 | 0.53 |
| Hex | F9 | 14 | 7D | 0 | 5C | 32 | 2 | 14C | 5F | 35 |
| Octal | 371 | 24 | 175 | 0 | 134 | 62 | 2 | 514 | 137 | 65 |
| Binary | 11111001 | 10100 | 1111101 | 0 | 1011100 | 110010 | 10 | 101001100 | 1011111 | 110101 |
Color Harmonies of #F9147D
Complementary color
Monochromatic Colors of #F9147D
Black with #F9147D
Text Example
Text Example
White with #F9147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9147D; }
p { color: rgb(249,20,125); }
H1.HeaderClassName
{
color: #F9147D;
}
.AnyTagClassName
{
color: #F9147D;
}
</style>
background-color css
<style>
a { background-color: #F9147D; }
a { background-color: rgb(249,20,125); }
div.DivClassName
{
background-color: #F9147D;
}
.BgClassName
{
background-color: #F9147D;
}
</style>
border-color css
<style>
span { border-color: #F9147D; }
span { border-color: rgb(249,20,125); }
td.TdClassName
{
border-color: #F9147D;
}
.TagClassName
{
border-color: #F9147D;
}
</style>