Shades of Dark Pink #F14673
Tints of Dark Pink #F14673
RGB
CMYK
RGB Variations
Color information
#F14673 (or 0xF14673) is known color: Dark Pink. HEX triplet: F1, 46 and 73. RGB value is (241,70,115). Sum of RGB (Red+Green+Blue) = 241+70+115=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14673 is #0EB98C. Grayscale: #7E7E7E. Windows color (decimal): -965005 or 7554801. OLE color: 7554801.
HSL color Cylindrical-coordinate representation of color #F14673: hue angle of 344.21º 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 #F14673 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 115 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.05 |
| HSL | 344.21º | 0.86% | 0.61% | - |
| HSV(B) | 344.21º | 0.71% | 0.95% | - |
| XYZ | 41.56 | 24.32 | 18.72 | - |
| YUV | 126.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 115 | 0 | 0.71 | 0.52 | 0.05 | 344.21 | 0.86 | 0.61 |
| Hex | F1 | 46 | 73 | 0 | 47 | 34 | 5 | 158 | 56 | 3D |
| Octal | 361 | 106 | 163 | 0 | 107 | 64 | 5 | 530 | 126 | 75 |
| Binary | 11110001 | 1000110 | 1110011 | 0 | 1000111 | 110100 | 101 | 101011000 | 1010110 | 111101 |
Color Harmonies of #F14673
Complementary color
Monochromatic Colors of #F14673
Black with #F14673
Text Example
Text Example
White with #F14673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14673; }
p { color: rgb(241,70,115); }
H1.HeaderClassName
{
color: #F14673;
}
.AnyTagClassName
{
color: #F14673;
}
</style>
background-color css
<style>
a { background-color: #F14673; }
a { background-color: rgb(241,70,115); }
div.DivClassName
{
background-color: #F14673;
}
.BgClassName
{
background-color: #F14673;
}
</style>
border-color css
<style>
span { border-color: #F14673; }
span { border-color: rgb(241,70,115); }
td.TdClassName
{
border-color: #F14673;
}
.TagClassName
{
border-color: #F14673;
}
</style>