Shades of Dark Pink #F14870
Tints of Dark Pink #F14870
RGB
CMYK
RGB Variations
Color information
#F14870 (or 0xF14870) is known color: Dark Pink. HEX triplet: F1, 48 and 70. RGB value is (241,72,112). Sum of RGB (Red+Green+Blue) = 241+72+112=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F14870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14870 is #0EB78F. Grayscale: #7F7F7F. Windows color (decimal): -964496 or 7358705. OLE color: 7358705.
HSL color Cylindrical-coordinate representation of color #F14870: hue angle of 345.8º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14870 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 112 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.05 |
| HSL | 345.8º | 0.86% | 0.61% | - |
| HSV(B) | 345.8º | 0.7% | 0.95% | - |
| XYZ | 41.52 | 24.51 | 17.87 | - |
| YUV | 127.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 112 | 0 | 0.70 | 0.54 | 0.05 | 345.8 | 0.86 | 0.61 |
| Hex | F1 | 48 | 70 | 0 | 46 | 36 | 5 | 15A | 56 | 3D |
| Octal | 361 | 110 | 160 | 0 | 106 | 66 | 5 | 532 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1110000 | 0 | 1000110 | 110110 | 101 | 101011010 | 1010110 | 111101 |
Color Harmonies of #F14870
Complementary color
Monochromatic Colors of #F14870
Black with #F14870
Text Example
Text Example
White with #F14870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14870; }
p { color: rgb(241,72,112); }
H1.HeaderClassName
{
color: #F14870;
}
.AnyTagClassName
{
color: #F14870;
}
</style>
background-color css
<style>
a { background-color: #F14870; }
a { background-color: rgb(241,72,112); }
div.DivClassName
{
background-color: #F14870;
}
.BgClassName
{
background-color: #F14870;
}
</style>
border-color css
<style>
span { border-color: #F14870; }
span { border-color: rgb(241,72,112); }
td.TdClassName
{
border-color: #F14870;
}
.TagClassName
{
border-color: #F14870;
}
</style>