Shades of Dark Pink #F14773
Tints of Dark Pink #F14773
RGB
CMYK
RGB Variations
Color information
#F14773 (or 0xF14773) is known color: Dark Pink. HEX triplet: F1, 47 and 73. RGB value is (241,71,115). Sum of RGB (Red+Green+Blue) = 241+71+115=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14773 is #0EB88C. Grayscale: #7E7E7E. Windows color (decimal): -964749 or 7555057. OLE color: 7555057.
HSL color Cylindrical-coordinate representation of color #F14773: hue angle of 344.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14773 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 115 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.05 |
| HSL | 344.47º | 0.86% | 0.61% | - |
| HSV(B) | 344.47º | 0.71% | 0.95% | - |
| XYZ | 41.62 | 24.45 | 18.74 | - |
| YUV | 126.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 115 | 0 | 0.71 | 0.52 | 0.05 | 344.47 | 0.86 | 0.61 |
| Hex | F1 | 47 | 73 | 0 | 47 | 34 | 5 | 158 | 56 | 3D |
| Octal | 361 | 107 | 163 | 0 | 107 | 64 | 5 | 530 | 126 | 75 |
| Binary | 11110001 | 1000111 | 1110011 | 0 | 1000111 | 110100 | 101 | 101011000 | 1010110 | 111101 |
Color Harmonies of #F14773
Complementary color
Monochromatic Colors of #F14773
Black with #F14773
Text Example
Text Example
White with #F14773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14773; }
p { color: rgb(241,71,115); }
H1.HeaderClassName
{
color: #F14773;
}
.AnyTagClassName
{
color: #F14773;
}
</style>
background-color css
<style>
a { background-color: #F14773; }
a { background-color: rgb(241,71,115); }
div.DivClassName
{
background-color: #F14773;
}
.BgClassName
{
background-color: #F14773;
}
</style>
border-color css
<style>
span { border-color: #F14773; }
span { border-color: rgb(241,71,115); }
td.TdClassName
{
border-color: #F14773;
}
.TagClassName
{
border-color: #F14773;
}
</style>