Shades of Dark Pink #F14A70
Tints of Dark Pink #F14A70
RGB
CMYK
RGB Variations
Color information
#F14A70 (or 0xF14A70) is known color: Dark Pink. HEX triplet: F1, 4A and 70. RGB value is (241,74,112). Sum of RGB (Red+Green+Blue) = 241+74+112=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A70 is #0EB58F. Grayscale: #808080. Windows color (decimal): -963984 or 7359217. OLE color: 7359217.
HSL color Cylindrical-coordinate representation of color #F14A70: hue angle of 346.35º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14A70 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 112 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.05 |
| HSL | 346.35º | 0.86% | 0.62% | - |
| HSV(B) | 346.35º | 0.69% | 0.95% | - |
| XYZ | 41.65 | 24.77 | 17.91 | - |
| YUV | 128.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 112 | 0 | 0.69 | 0.54 | 0.05 | 346.35 | 0.86 | 0.62 |
| Hex | F1 | 4A | 70 | 0 | 45 | 36 | 5 | 15A | 56 | 3E |
| Octal | 361 | 112 | 160 | 0 | 105 | 66 | 5 | 532 | 126 | 76 |
| Binary | 11110001 | 1001010 | 1110000 | 0 | 1000101 | 110110 | 101 | 101011010 | 1010110 | 111110 |
Color Harmonies of #F14A70
Complementary color
Monochromatic Colors of #F14A70
Black with #F14A70
Text Example
Text Example
White with #F14A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A70; }
p { color: rgb(241,74,112); }
H1.HeaderClassName
{
color: #F14A70;
}
.AnyTagClassName
{
color: #F14A70;
}
</style>
background-color css
<style>
a { background-color: #F14A70; }
a { background-color: rgb(241,74,112); }
div.DivClassName
{
background-color: #F14A70;
}
.BgClassName
{
background-color: #F14A70;
}
</style>
border-color css
<style>
span { border-color: #F14A70; }
span { border-color: rgb(241,74,112); }
td.TdClassName
{
border-color: #F14A70;
}
.TagClassName
{
border-color: #F14A70;
}
</style>