Shades of Dark Pink #F14970
Tints of Dark Pink #F14970
RGB
CMYK
RGB Variations
Color information
#F14970 (or 0xF14970) is known color: Dark Pink. HEX triplet: F1, 49 and 70. RGB value is (241,73,112). Sum of RGB (Red+Green+Blue) = 241+73+112=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14970 is #0EB68F. Grayscale: #7F7F7F. Windows color (decimal): -964240 or 7358961. OLE color: 7358961.
HSL color Cylindrical-coordinate representation of color #F14970: hue angle of 346.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14970 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 112 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.05 |
| HSL | 346.07º | 0.86% | 0.62% | - |
| HSV(B) | 346.07º | 0.7% | 0.95% | - |
| XYZ | 41.58 | 24.64 | 17.89 | - |
| YUV | 127.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 112 | 0 | 0.70 | 0.54 | 0.05 | 346.07 | 0.86 | 0.62 |
| Hex | F1 | 49 | 70 | 0 | 46 | 36 | 5 | 15A | 56 | 3E |
| Octal | 361 | 111 | 160 | 0 | 106 | 66 | 5 | 532 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1110000 | 0 | 1000110 | 110110 | 101 | 101011010 | 1010110 | 111110 |
Color Harmonies of #F14970
Complementary color
Monochromatic Colors of #F14970
Black with #F14970
Text Example
Text Example
White with #F14970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14970; }
p { color: rgb(241,73,112); }
H1.HeaderClassName
{
color: #F14970;
}
.AnyTagClassName
{
color: #F14970;
}
</style>
background-color css
<style>
a { background-color: #F14970; }
a { background-color: rgb(241,73,112); }
div.DivClassName
{
background-color: #F14970;
}
.BgClassName
{
background-color: #F14970;
}
</style>
border-color css
<style>
span { border-color: #F14970; }
span { border-color: rgb(241,73,112); }
td.TdClassName
{
border-color: #F14970;
}
.TagClassName
{
border-color: #F14970;
}
</style>