Shades of Dark Pink #F14C75
Tints of Dark Pink #F14C75
RGB
CMYK
RGB Variations
Color information
#F14C75 (or 0xF14C75) is known color: Dark Pink. HEX triplet: F1, 4C and 75. RGB value is (241,76,117). Sum of RGB (Red+Green+Blue) = 241+76+117=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C75 is #0EB38A. Grayscale: #828282. Windows color (decimal): -963467 or 7687409. OLE color: 7687409.
HSL color Cylindrical-coordinate representation of color #F14C75: hue angle of 345.09º 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 #F14C75 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 117 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.05 |
| HSL | 345.09º | 0.85% | 0.62% | - |
| HSV(B) | 345.09º | 0.68% | 0.95% | - |
| XYZ | 42.07 | 25.15 | 19.47 | - |
| YUV | 130.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 117 | 0 | 0.68 | 0.51 | 0.05 | 345.09 | 0.85 | 0.62 |
| Hex | F1 | 4C | 75 | 0 | 44 | 33 | 5 | 159 | 55 | 3E |
| Octal | 361 | 114 | 165 | 0 | 104 | 63 | 5 | 531 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1110101 | 0 | 1000100 | 110011 | 101 | 101011001 | 1010101 | 111110 |
Color Harmonies of #F14C75
Complementary color
Monochromatic Colors of #F14C75
Black with #F14C75
Text Example
Text Example
White with #F14C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C75; }
p { color: rgb(241,76,117); }
H1.HeaderClassName
{
color: #F14C75;
}
.AnyTagClassName
{
color: #F14C75;
}
</style>
background-color css
<style>
a { background-color: #F14C75; }
a { background-color: rgb(241,76,117); }
div.DivClassName
{
background-color: #F14C75;
}
.BgClassName
{
background-color: #F14C75;
}
</style>
border-color css
<style>
span { border-color: #F14C75; }
span { border-color: rgb(241,76,117); }
td.TdClassName
{
border-color: #F14C75;
}
.TagClassName
{
border-color: #F14C75;
}
</style>