Shades of Dark Pink #F15781
Tints of Dark Pink #F15781
RGB
CMYK
RGB Variations
Color information
#F15781 (or 0xF15781) is known color: Dark Pink. HEX triplet: F1, 57 and 81. RGB value is (241,87,129). Sum of RGB (Red+Green+Blue) = 241+87+129=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15781 is #0EA87E. Grayscale: #898989. Windows color (decimal): -960639 or 8476657. OLE color: 8476657.
HSL color Cylindrical-coordinate representation of color #F15781: hue angle of 343.64º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15781 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 129 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.05 |
| HSL | 343.64º | 0.85% | 0.64% | - |
| HSV(B) | 343.64º | 0.64% | 0.95% | - |
| XYZ | 43.65 | 27.1 | 23.7 | - |
| YUV | 137.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 129 | 0 | 0.64 | 0.46 | 0.05 | 343.64 | 0.85 | 0.64 |
| Hex | F1 | 57 | 81 | 0 | 40 | 2E | 5 | 158 | 55 | 40 |
| Octal | 361 | 127 | 201 | 0 | 100 | 56 | 5 | 530 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10000001 | 0 | 1000000 | 101110 | 101 | 101011000 | 1010101 | 1000000 |
Color Harmonies of #F15781
Complementary color
Monochromatic Colors of #F15781
Black with #F15781
Text Example
Text Example
White with #F15781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15781; }
p { color: rgb(241,87,129); }
H1.HeaderClassName
{
color: #F15781;
}
.AnyTagClassName
{
color: #F15781;
}
</style>
background-color css
<style>
a { background-color: #F15781; }
a { background-color: rgb(241,87,129); }
div.DivClassName
{
background-color: #F15781;
}
.BgClassName
{
background-color: #F15781;
}
</style>
border-color css
<style>
span { border-color: #F15781; }
span { border-color: rgb(241,87,129); }
td.TdClassName
{
border-color: #F15781;
}
.TagClassName
{
border-color: #F15781;
}
</style>