Shades of Dark Pink #F14975
Tints of Dark Pink #F14975
RGB
CMYK
RGB Variations
Color information
#F14975 (or 0xF14975) is known color: Dark Pink. HEX triplet: F1, 49 and 75. RGB value is (241,73,117). Sum of RGB (Red+Green+Blue) = 241+73+117=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F14975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14975 is #0EB68A. Grayscale: #808080. Windows color (decimal): -964235 or 7686641. OLE color: 7686641.
HSL color Cylindrical-coordinate representation of color #F14975: hue angle of 344.29º 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 #F14975 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 117 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.05 |
| HSL | 344.29º | 0.86% | 0.62% | - |
| HSV(B) | 344.29º | 0.7% | 0.95% | - |
| XYZ | 41.87 | 24.75 | 19.4 | - |
| YUV | 128.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 117 | 0 | 0.70 | 0.51 | 0.05 | 344.29 | 0.86 | 0.62 |
| Hex | F1 | 49 | 75 | 0 | 46 | 33 | 5 | 158 | 56 | 3E |
| Octal | 361 | 111 | 165 | 0 | 106 | 63 | 5 | 530 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1110101 | 0 | 1000110 | 110011 | 101 | 101011000 | 1010110 | 111110 |
Color Harmonies of #F14975
Complementary color
Monochromatic Colors of #F14975
Black with #F14975
Text Example
Text Example
White with #F14975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14975; }
p { color: rgb(241,73,117); }
H1.HeaderClassName
{
color: #F14975;
}
.AnyTagClassName
{
color: #F14975;
}
</style>
background-color css
<style>
a { background-color: #F14975; }
a { background-color: rgb(241,73,117); }
div.DivClassName
{
background-color: #F14975;
}
.BgClassName
{
background-color: #F14975;
}
</style>
border-color css
<style>
span { border-color: #F14975; }
span { border-color: rgb(241,73,117); }
td.TdClassName
{
border-color: #F14975;
}
.TagClassName
{
border-color: #F14975;
}
</style>