Shades of Dark Pink #F14375
Tints of Dark Pink #F14375
RGB
CMYK
RGB Variations
Color information
#F14375 (or 0xF14375) is known color: Dark Pink. HEX triplet: F1, 43 and 75. RGB value is (241,67,117). Sum of RGB (Red+Green+Blue) = 241+67+117=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F14375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14375 is #0EBC8A. Grayscale: #7C7C7C. Windows color (decimal): -965771 or 7685105. OLE color: 7685105.
HSL color Cylindrical-coordinate representation of color #F14375: hue angle of 342.76º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14375 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 117 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.05 |
| HSL | 342.76º | 0.86% | 0.6% | - |
| HSV(B) | 342.76º | 0.72% | 0.95% | - |
| XYZ | 41.49 | 24 | 19.28 | - |
| YUV | 124.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 117 | 0 | 0.72 | 0.51 | 0.05 | 342.76 | 0.86 | 0.6 |
| Hex | F1 | 43 | 75 | 0 | 48 | 33 | 5 | 157 | 56 | 3C |
| Octal | 361 | 103 | 165 | 0 | 110 | 63 | 5 | 527 | 126 | 74 |
| Binary | 11110001 | 1000011 | 1110101 | 0 | 1001000 | 110011 | 101 | 101010111 | 1010110 | 111100 |
Color Harmonies of #F14375
Complementary color
Monochromatic Colors of #F14375
Black with #F14375
Text Example
Text Example
White with #F14375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14375; }
p { color: rgb(241,67,117); }
H1.HeaderClassName
{
color: #F14375;
}
.AnyTagClassName
{
color: #F14375;
}
</style>
background-color css
<style>
a { background-color: #F14375; }
a { background-color: rgb(241,67,117); }
div.DivClassName
{
background-color: #F14375;
}
.BgClassName
{
background-color: #F14375;
}
</style>
border-color css
<style>
span { border-color: #F14375; }
span { border-color: rgb(241,67,117); }
td.TdClassName
{
border-color: #F14375;
}
.TagClassName
{
border-color: #F14375;
}
</style>