Shades of Dark Pink #F14A73
Tints of Dark Pink #F14A73
RGB
CMYK
RGB Variations
Color information
#F14A73 (or 0xF14A73) is known color: Dark Pink. HEX triplet: F1, 4A and 73. RGB value is (241,74,115). Sum of RGB (Red+Green+Blue) = 241+74+115=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A73 is #0EB58C. Grayscale: #808080. Windows color (decimal): -963981 or 7555825. OLE color: 7555825.
HSL color Cylindrical-coordinate representation of color #F14A73: hue angle of 345.27º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14A73 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 115 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.05 |
| HSL | 345.27º | 0.86% | 0.62% | - |
| HSV(B) | 345.27º | 0.69% | 0.95% | - |
| XYZ | 41.82 | 24.84 | 18.81 | - |
| YUV | 128.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 115 | 0 | 0.69 | 0.52 | 0.05 | 345.27 | 0.86 | 0.62 |
| Hex | F1 | 4A | 73 | 0 | 45 | 34 | 5 | 159 | 56 | 3E |
| Octal | 361 | 112 | 163 | 0 | 105 | 64 | 5 | 531 | 126 | 76 |
| Binary | 11110001 | 1001010 | 1110011 | 0 | 1000101 | 110100 | 101 | 101011001 | 1010110 | 111110 |
Color Harmonies of #F14A73
Complementary color
Monochromatic Colors of #F14A73
Black with #F14A73
Text Example
Text Example
White with #F14A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A73; }
p { color: rgb(241,74,115); }
H1.HeaderClassName
{
color: #F14A73;
}
.AnyTagClassName
{
color: #F14A73;
}
</style>
background-color css
<style>
a { background-color: #F14A73; }
a { background-color: rgb(241,74,115); }
div.DivClassName
{
background-color: #F14A73;
}
.BgClassName
{
background-color: #F14A73;
}
</style>
border-color css
<style>
span { border-color: #F14A73; }
span { border-color: rgb(241,74,115); }
td.TdClassName
{
border-color: #F14A73;
}
.TagClassName
{
border-color: #F14A73;
}
</style>