Shades of Dark Pink #F14477
Tints of Dark Pink #F14477
RGB
CMYK
RGB Variations
Color information
#F14477 (or 0xF14477) is known color: Dark Pink. HEX triplet: F1, 44 and 77. RGB value is (241,68,119). Sum of RGB (Red+Green+Blue) = 241+68+119=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F14477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14477 is #0EBB88. Grayscale: #7D7D7D. Windows color (decimal): -965513 or 7816433. OLE color: 7816433.
HSL color Cylindrical-coordinate representation of color #F14477: hue angle of 342.31º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14477 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 119 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.05 |
| HSL | 342.31º | 0.86% | 0.61% | - |
| HSV(B) | 342.31º | 0.72% | 0.95% | - |
| XYZ | 41.67 | 24.17 | 19.92 | - |
| YUV | 125.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 119 | 0 | 0.72 | 0.51 | 0.05 | 342.31 | 0.86 | 0.61 |
| Hex | F1 | 44 | 77 | 0 | 48 | 33 | 5 | 156 | 56 | 3D |
| Octal | 361 | 104 | 167 | 0 | 110 | 63 | 5 | 526 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1110111 | 0 | 1001000 | 110011 | 101 | 101010110 | 1010110 | 111101 |
Color Harmonies of #F14477
Complementary color
Monochromatic Colors of #F14477
Black with #F14477
Text Example
Text Example
White with #F14477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14477; }
p { color: rgb(241,68,119); }
H1.HeaderClassName
{
color: #F14477;
}
.AnyTagClassName
{
color: #F14477;
}
</style>
background-color css
<style>
a { background-color: #F14477; }
a { background-color: rgb(241,68,119); }
div.DivClassName
{
background-color: #F14477;
}
.BgClassName
{
background-color: #F14477;
}
</style>
border-color css
<style>
span { border-color: #F14477; }
span { border-color: rgb(241,68,119); }
td.TdClassName
{
border-color: #F14477;
}
.TagClassName
{
border-color: #F14477;
}
</style>