Shades of Dark Pink #F15176
Tints of Dark Pink #F15176
RGB
CMYK
RGB Variations
Color information
#F15176 (or 0xF15176) is known color: Dark Pink. HEX triplet: F1, 51 and 76. RGB value is (241,81,118). Sum of RGB (Red+Green+Blue) = 241+81+118=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F15176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15176 is #0EAE89. Grayscale: #858585. Windows color (decimal): -962186 or 7754225. OLE color: 7754225.
HSL color Cylindrical-coordinate representation of color #F15176: hue angle of 346.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15176 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 118 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.05 |
| HSL | 346.13º | 0.85% | 0.63% | - |
| HSV(B) | 346.13º | 0.66% | 0.95% | - |
| XYZ | 42.49 | 25.89 | 19.9 | - |
| YUV | 133.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 118 | 0 | 0.66 | 0.51 | 0.05 | 346.13 | 0.85 | 0.63 |
| Hex | F1 | 51 | 76 | 0 | 42 | 33 | 5 | 15A | 55 | 3F |
| Octal | 361 | 121 | 166 | 0 | 102 | 63 | 5 | 532 | 125 | 77 |
| Binary | 11110001 | 1010001 | 1110110 | 0 | 1000010 | 110011 | 101 | 101011010 | 1010101 | 111111 |
Color Harmonies of #F15176
Complementary color
Monochromatic Colors of #F15176
Black with #F15176
Text Example
Text Example
White with #F15176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15176; }
p { color: rgb(241,81,118); }
H1.HeaderClassName
{
color: #F15176;
}
.AnyTagClassName
{
color: #F15176;
}
</style>
background-color css
<style>
a { background-color: #F15176; }
a { background-color: rgb(241,81,118); }
div.DivClassName
{
background-color: #F15176;
}
.BgClassName
{
background-color: #F15176;
}
</style>
border-color css
<style>
span { border-color: #F15176; }
span { border-color: rgb(241,81,118); }
td.TdClassName
{
border-color: #F15176;
}
.TagClassName
{
border-color: #F15176;
}
</style>