Shades of Dark Pink #F14977
Tints of Dark Pink #F14977
RGB
CMYK
RGB Variations
Color information
#F14977 (or 0xF14977) is known color: Dark Pink. HEX triplet: F1, 49 and 77. RGB value is (241,73,119). Sum of RGB (Red+Green+Blue) = 241+73+119=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F14977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14977 is #0EB688. Grayscale: #808080. Windows color (decimal): -964233 or 7817713. OLE color: 7817713.
HSL color Cylindrical-coordinate representation of color #F14977: hue angle of 343.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14977 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 119 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.05 |
| HSL | 343.57º | 0.86% | 0.62% | - |
| HSV(B) | 343.57º | 0.7% | 0.95% | - |
| XYZ | 41.99 | 24.8 | 20.03 | - |
| YUV | 128.48 | 122.66 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 119 | 0 | 0.70 | 0.51 | 0.05 | 343.57 | 0.86 | 0.62 |
| Hex | F1 | 49 | 77 | 0 | 46 | 33 | 5 | 158 | 56 | 3E |
| Octal | 361 | 111 | 167 | 0 | 106 | 63 | 5 | 530 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1110111 | 0 | 1000110 | 110011 | 101 | 101011000 | 1010110 | 111110 |
Color Harmonies of #F14977
Complementary color
Monochromatic Colors of #F14977
Black with #F14977
Text Example
Text Example
White with #F14977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14977; }
p { color: rgb(241,73,119); }
H1.HeaderClassName
{
color: #F14977;
}
.AnyTagClassName
{
color: #F14977;
}
</style>
background-color css
<style>
a { background-color: #F14977; }
a { background-color: rgb(241,73,119); }
div.DivClassName
{
background-color: #F14977;
}
.BgClassName
{
background-color: #F14977;
}
</style>
border-color css
<style>
span { border-color: #F14977; }
span { border-color: rgb(241,73,119); }
td.TdClassName
{
border-color: #F14977;
}
.TagClassName
{
border-color: #F14977;
}
</style>