Shades of Dark Pink #F14F7B
Tints of Dark Pink #F14F7B
RGB
CMYK
RGB Variations
Color information
#F14F7B (or 0xF14F7B) is known color: Dark Pink. HEX triplet: F1, 4F and 7B. RGB value is (241,79,123). Sum of RGB (Red+Green+Blue) = 241+79+123=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F7B is #0EB084. Grayscale: #848484. Windows color (decimal): -962693 or 8081393. OLE color: 8081393.
HSL color Cylindrical-coordinate representation of color #F14F7B: hue angle of 343.7º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14F7B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 79 | 123 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.05 |
| HSL | 343.7º | 0.85% | 0.63% | - |
| HSV(B) | 343.7º | 0.67% | 0.95% | - |
| XYZ | 42.65 | 25.72 | 21.46 | - |
| YUV | 132.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 79 | 123 | 0 | 0.67 | 0.49 | 0.05 | 343.7 | 0.85 | 0.63 |
| Hex | F1 | 4F | 7B | 0 | 43 | 31 | 5 | 158 | 55 | 3F |
| Octal | 361 | 117 | 173 | 0 | 103 | 61 | 5 | 530 | 125 | 77 |
| Binary | 11110001 | 1001111 | 1111011 | 0 | 1000011 | 110001 | 101 | 101011000 | 1010101 | 111111 |
Color Harmonies of #F14F7B
Complementary color
Monochromatic Colors of #F14F7B
Black with #F14F7B
Text Example
Text Example
White with #F14F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14F7B; }
p { color: rgb(241,79,123); }
H1.HeaderClassName
{
color: #F14F7B;
}
.AnyTagClassName
{
color: #F14F7B;
}
</style>
background-color css
<style>
a { background-color: #F14F7B; }
a { background-color: rgb(241,79,123); }
div.DivClassName
{
background-color: #F14F7B;
}
.BgClassName
{
background-color: #F14F7B;
}
</style>
border-color css
<style>
span { border-color: #F14F7B; }
span { border-color: rgb(241,79,123); }
td.TdClassName
{
border-color: #F14F7B;
}
.TagClassName
{
border-color: #F14F7B;
}
</style>