Shades of Dark Pink #F15076
Tints of Dark Pink #F15076
RGB
CMYK
RGB Variations
Color information
#F15076 (or 0xF15076) is known color: Dark Pink. HEX triplet: F1, 50 and 76. RGB value is (241,80,118). Sum of RGB (Red+Green+Blue) = 241+80+118=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F15076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15076 is #0EAF89. Grayscale: #848484. Windows color (decimal): -962442 or 7753969. OLE color: 7753969.
HSL color Cylindrical-coordinate representation of color #F15076: hue angle of 345.84º 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 #F15076 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 118 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.05 |
| HSL | 345.84º | 0.85% | 0.63% | - |
| HSV(B) | 345.84º | 0.67% | 0.95% | - |
| XYZ | 42.41 | 25.75 | 19.87 | - |
| YUV | 132.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 118 | 0 | 0.67 | 0.51 | 0.05 | 345.84 | 0.85 | 0.63 |
| Hex | F1 | 50 | 76 | 0 | 43 | 33 | 5 | 15A | 55 | 3F |
| Octal | 361 | 120 | 166 | 0 | 103 | 63 | 5 | 532 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1110110 | 0 | 1000011 | 110011 | 101 | 101011010 | 1010101 | 111111 |
Color Harmonies of #F15076
Complementary color
Monochromatic Colors of #F15076
Black with #F15076
Text Example
Text Example
White with #F15076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15076; }
p { color: rgb(241,80,118); }
H1.HeaderClassName
{
color: #F15076;
}
.AnyTagClassName
{
color: #F15076;
}
</style>
background-color css
<style>
a { background-color: #F15076; }
a { background-color: rgb(241,80,118); }
div.DivClassName
{
background-color: #F15076;
}
.BgClassName
{
background-color: #F15076;
}
</style>
border-color css
<style>
span { border-color: #F15076; }
span { border-color: rgb(241,80,118); }
td.TdClassName
{
border-color: #F15076;
}
.TagClassName
{
border-color: #F15076;
}
</style>