Shades of Dark Pink #F14E7E
Tints of Dark Pink #F14E7E
RGB
CMYK
RGB Variations
Color information
#F14E7E (or 0xF14E7E) is known color: Dark Pink. HEX triplet: F1, 4E and 7E. RGB value is (241,78,126). Sum of RGB (Red+Green+Blue) = 241+78+126=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E7E is #0EB181. Grayscale: #848484. Windows color (decimal): -962946 or 8277745. OLE color: 8277745.
HSL color Cylindrical-coordinate representation of color #F14E7E: hue angle of 342.33º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E7E is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 126 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.05 |
| HSL | 342.33º | 0.85% | 0.63% | - |
| HSV(B) | 342.33º | 0.68% | 0.95% | - |
| XYZ | 42.77 | 25.66 | 22.44 | - |
| YUV | 132.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 126 | 0 | 0.68 | 0.48 | 0.05 | 342.33 | 0.85 | 0.63 |
| Hex | F1 | 4E | 7E | 0 | 44 | 30 | 5 | 156 | 55 | 3F |
| Octal | 361 | 116 | 176 | 0 | 104 | 60 | 5 | 526 | 125 | 77 |
| Binary | 11110001 | 1001110 | 1111110 | 0 | 1000100 | 110000 | 101 | 101010110 | 1010101 | 111111 |
Color Harmonies of #F14E7E
Complementary color
Monochromatic Colors of #F14E7E
Black with #F14E7E
Text Example
Text Example
White with #F14E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E7E; }
p { color: rgb(241,78,126); }
H1.HeaderClassName
{
color: #F14E7E;
}
.AnyTagClassName
{
color: #F14E7E;
}
</style>
background-color css
<style>
a { background-color: #F14E7E; }
a { background-color: rgb(241,78,126); }
div.DivClassName
{
background-color: #F14E7E;
}
.BgClassName
{
background-color: #F14E7E;
}
</style>
border-color css
<style>
span { border-color: #F14E7E; }
span { border-color: rgb(241,78,126); }
td.TdClassName
{
border-color: #F14E7E;
}
.TagClassName
{
border-color: #F14E7E;
}
</style>