Shades of Dark Pink #F14C78
Tints of Dark Pink #F14C78
RGB
CMYK
RGB Variations
Color information
#F14C78 (or 0xF14C78) is known color: Dark Pink. HEX triplet: F1, 4C and 78. RGB value is (241,76,120). Sum of RGB (Red+Green+Blue) = 241+76+120=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C78 is #0EB387. Grayscale: #828282. Windows color (decimal): -963464 or 7884017. OLE color: 7884017.
HSL color Cylindrical-coordinate representation of color #F14C78: hue angle of 344º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C78 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 120 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.05 |
| HSL | 344º | 0.85% | 0.62% | - |
| HSV(B) | 344º | 0.68% | 0.95% | - |
| XYZ | 42.25 | 25.23 | 20.41 | - |
| YUV | 130.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 120 | 0 | 0.68 | 0.50 | 0.05 | 344 | 0.85 | 0.62 |
| Hex | F1 | 4C | 78 | 0 | 44 | 32 | 5 | 158 | 55 | 3E |
| Octal | 361 | 114 | 170 | 0 | 104 | 62 | 5 | 530 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1111000 | 0 | 1000100 | 110010 | 101 | 101011000 | 1010101 | 111110 |
Color Harmonies of #F14C78
Complementary color
Monochromatic Colors of #F14C78
Black with #F14C78
Text Example
Text Example
White with #F14C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C78; }
p { color: rgb(241,76,120); }
H1.HeaderClassName
{
color: #F14C78;
}
.AnyTagClassName
{
color: #F14C78;
}
</style>
background-color css
<style>
a { background-color: #F14C78; }
a { background-color: rgb(241,76,120); }
div.DivClassName
{
background-color: #F14C78;
}
.BgClassName
{
background-color: #F14C78;
}
</style>
border-color css
<style>
span { border-color: #F14C78; }
span { border-color: rgb(241,76,120); }
td.TdClassName
{
border-color: #F14C78;
}
.TagClassName
{
border-color: #F14C78;
}
</style>