Shades of Dark Pink #F14072
Tints of Dark Pink #F14072
RGB
CMYK
RGB Variations
Color information
#F14072 (or 0xF14072) is known color: Dark Pink. HEX triplet: F1, 40 and 72. RGB value is (241,64,114). Sum of RGB (Red+Green+Blue) = 241+64+114=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F14072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14072 is #0EBF8D. Grayscale: #7A7A7A. Windows color (decimal): -966542 or 7487729. OLE color: 7487729.
HSL color Cylindrical-coordinate representation of color #F14072: hue angle of 343.05º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14072 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 114 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.05 |
| HSL | 343.05º | 0.86% | 0.6% | - |
| HSV(B) | 343.05º | 0.73% | 0.95% | - |
| XYZ | 41.15 | 23.58 | 18.3 | - |
| YUV | 122.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 114 | 0 | 0.73 | 0.53 | 0.05 | 343.05 | 0.86 | 0.6 |
| Hex | F1 | 40 | 72 | 0 | 49 | 35 | 5 | 157 | 56 | 3C |
| Octal | 361 | 100 | 162 | 0 | 111 | 65 | 5 | 527 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1110010 | 0 | 1001001 | 110101 | 101 | 101010111 | 1010110 | 111100 |
Color Harmonies of #F14072
Complementary color
Monochromatic Colors of #F14072
Black with #F14072
Text Example
Text Example
White with #F14072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14072; }
p { color: rgb(241,64,114); }
H1.HeaderClassName
{
color: #F14072;
}
.AnyTagClassName
{
color: #F14072;
}
</style>
background-color css
<style>
a { background-color: #F14072; }
a { background-color: rgb(241,64,114); }
div.DivClassName
{
background-color: #F14072;
}
.BgClassName
{
background-color: #F14072;
}
</style>
border-color css
<style>
span { border-color: #F14072; }
span { border-color: rgb(241,64,114); }
td.TdClassName
{
border-color: #F14072;
}
.TagClassName
{
border-color: #F14072;
}
</style>