Shades of Dark Pink #F14B7D
Tints of Dark Pink #F14B7D
RGB
CMYK
RGB Variations
Color information
#F14B7D (or 0xF14B7D) is known color: Dark Pink. HEX triplet: F1, 4B and 7D. RGB value is (241,75,125). Sum of RGB (Red+Green+Blue) = 241+75+125=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B7D is #0EB482. Grayscale: #828282. Windows color (decimal): -963715 or 8211441. OLE color: 8211441.
HSL color Cylindrical-coordinate representation of color #F14B7D: hue angle of 341.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14B7D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 125 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.05 |
| HSL | 341.93º | 0.86% | 0.62% | - |
| HSV(B) | 341.93º | 0.69% | 0.95% | - |
| XYZ | 42.49 | 25.21 | 22.03 | - |
| YUV | 130.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 125 | 0 | 0.69 | 0.48 | 0.05 | 341.93 | 0.86 | 0.62 |
| Hex | F1 | 4B | 7D | 0 | 45 | 30 | 5 | 156 | 56 | 3E |
| Octal | 361 | 113 | 175 | 0 | 105 | 60 | 5 | 526 | 126 | 76 |
| Binary | 11110001 | 1001011 | 1111101 | 0 | 1000101 | 110000 | 101 | 101010110 | 1010110 | 111110 |
Color Harmonies of #F14B7D
Complementary color
Monochromatic Colors of #F14B7D
Black with #F14B7D
Text Example
Text Example
White with #F14B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14B7D; }
p { color: rgb(241,75,125); }
H1.HeaderClassName
{
color: #F14B7D;
}
.AnyTagClassName
{
color: #F14B7D;
}
</style>
background-color css
<style>
a { background-color: #F14B7D; }
a { background-color: rgb(241,75,125); }
div.DivClassName
{
background-color: #F14B7D;
}
.BgClassName
{
background-color: #F14B7D;
}
</style>
border-color css
<style>
span { border-color: #F14B7D; }
span { border-color: rgb(241,75,125); }
td.TdClassName
{
border-color: #F14B7D;
}
.TagClassName
{
border-color: #F14B7D;
}
</style>