Shades of Dark Pink #F15181
Tints of Dark Pink #F15181
RGB
CMYK
RGB Variations
Color information
#F15181 (or 0xF15181) is known color: Dark Pink. HEX triplet: F1, 51 and 81. RGB value is (241,81,129). Sum of RGB (Red+Green+Blue) = 241+81+129=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F15181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15181 is #0EAE7E. Grayscale: #868686. Windows color (decimal): -962175 or 8475121. OLE color: 8475121.
HSL color Cylindrical-coordinate representation of color #F15181: hue angle of 342º 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 #F15181 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 129 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.05 |
| HSL | 342º | 0.85% | 0.63% | - |
| HSV(B) | 342º | 0.66% | 0.95% | - |
| XYZ | 43.18 | 26.17 | 23.54 | - |
| YUV | 134.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 129 | 0 | 0.66 | 0.46 | 0.05 | 342 | 0.85 | 0.63 |
| Hex | F1 | 51 | 81 | 0 | 42 | 2E | 5 | 156 | 55 | 3F |
| Octal | 361 | 121 | 201 | 0 | 102 | 56 | 5 | 526 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10000001 | 0 | 1000010 | 101110 | 101 | 101010110 | 1010101 | 111111 |
Color Harmonies of #F15181
Complementary color
Monochromatic Colors of #F15181
Black with #F15181
Text Example
Text Example
White with #F15181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15181; }
p { color: rgb(241,81,129); }
H1.HeaderClassName
{
color: #F15181;
}
.AnyTagClassName
{
color: #F15181;
}
</style>
background-color css
<style>
a { background-color: #F15181; }
a { background-color: rgb(241,81,129); }
div.DivClassName
{
background-color: #F15181;
}
.BgClassName
{
background-color: #F15181;
}
</style>
border-color css
<style>
span { border-color: #F15181; }
span { border-color: rgb(241,81,129); }
td.TdClassName
{
border-color: #F15181;
}
.TagClassName
{
border-color: #F15181;
}
</style>