Shades of Dark Pink #F14575
Tints of Dark Pink #F14575
RGB
CMYK
RGB Variations
Color information
#F14575 (or 0xF14575) is known color: Dark Pink. HEX triplet: F1, 45 and 75. RGB value is (241,69,117). Sum of RGB (Red+Green+Blue) = 241+69+117=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14575 is #0EBA8A. Grayscale: #7D7D7D. Windows color (decimal): -965259 or 7685617. OLE color: 7685617.
HSL color Cylindrical-coordinate representation of color #F14575: hue angle of 343.26º 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 #F14575 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 117 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.05 |
| HSL | 343.26º | 0.86% | 0.61% | - |
| HSV(B) | 343.26º | 0.71% | 0.95% | - |
| XYZ | 41.61 | 24.24 | 19.32 | - |
| YUV | 125.9 | 122.98 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 117 | 0 | 0.71 | 0.51 | 0.05 | 343.26 | 0.86 | 0.61 |
| Hex | F1 | 45 | 75 | 0 | 47 | 33 | 5 | 157 | 56 | 3D |
| Octal | 361 | 105 | 165 | 0 | 107 | 63 | 5 | 527 | 126 | 75 |
| Binary | 11110001 | 1000101 | 1110101 | 0 | 1000111 | 110011 | 101 | 101010111 | 1010110 | 111101 |
Color Harmonies of #F14575
Complementary color
Monochromatic Colors of #F14575
Black with #F14575
Text Example
Text Example
White with #F14575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14575; }
p { color: rgb(241,69,117); }
H1.HeaderClassName
{
color: #F14575;
}
.AnyTagClassName
{
color: #F14575;
}
</style>
background-color css
<style>
a { background-color: #F14575; }
a { background-color: rgb(241,69,117); }
div.DivClassName
{
background-color: #F14575;
}
.BgClassName
{
background-color: #F14575;
}
</style>
border-color css
<style>
span { border-color: #F14575; }
span { border-color: rgb(241,69,117); }
td.TdClassName
{
border-color: #F14575;
}
.TagClassName
{
border-color: #F14575;
}
</style>