Shades of Dark Pink #F14675
Tints of Dark Pink #F14675
RGB
CMYK
RGB Variations
Color information
#F14675 (or 0xF14675) is known color: Dark Pink. HEX triplet: F1, 46 and 75. RGB value is (241,70,117). Sum of RGB (Red+Green+Blue) = 241+70+117=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F14675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14675 is #0EB98A. Grayscale: #7E7E7E. Windows color (decimal): -965003 or 7685873. OLE color: 7685873.
HSL color Cylindrical-coordinate representation of color #F14675: hue angle of 343.51º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14675 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 117 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.05 |
| HSL | 343.51º | 0.86% | 0.61% | - |
| HSV(B) | 343.51º | 0.71% | 0.95% | - |
| XYZ | 41.68 | 24.37 | 19.34 | - |
| YUV | 126.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 117 | 0 | 0.71 | 0.51 | 0.05 | 343.51 | 0.86 | 0.61 |
| Hex | F1 | 46 | 75 | 0 | 47 | 33 | 5 | 158 | 56 | 3D |
| Octal | 361 | 106 | 165 | 0 | 107 | 63 | 5 | 530 | 126 | 75 |
| Binary | 11110001 | 1000110 | 1110101 | 0 | 1000111 | 110011 | 101 | 101011000 | 1010110 | 111101 |
Color Harmonies of #F14675
Complementary color
Monochromatic Colors of #F14675
Black with #F14675
Text Example
Text Example
White with #F14675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14675; }
p { color: rgb(241,70,117); }
H1.HeaderClassName
{
color: #F14675;
}
.AnyTagClassName
{
color: #F14675;
}
</style>
background-color css
<style>
a { background-color: #F14675; }
a { background-color: rgb(241,70,117); }
div.DivClassName
{
background-color: #F14675;
}
.BgClassName
{
background-color: #F14675;
}
</style>
border-color css
<style>
span { border-color: #F14675; }
span { border-color: rgb(241,70,117); }
td.TdClassName
{
border-color: #F14675;
}
.TagClassName
{
border-color: #F14675;
}
</style>