Shades of Dark Pink #F15681
Tints of Dark Pink #F15681
RGB
CMYK
RGB Variations
Color information
#F15681 (or 0xF15681) is known color: Dark Pink. HEX triplet: F1, 56 and 81. RGB value is (241,86,129). Sum of RGB (Red+Green+Blue) = 241+86+129=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15681 is #0EA97E. Grayscale: #898989. Windows color (decimal): -960895 or 8476401. OLE color: 8476401.
HSL color Cylindrical-coordinate representation of color #F15681: hue angle of 343.35º 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 #F15681 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 129 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.05 |
| HSL | 343.35º | 0.85% | 0.64% | - |
| HSV(B) | 343.35º | 0.64% | 0.95% | - |
| XYZ | 43.57 | 26.94 | 23.67 | - |
| YUV | 137.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 129 | 0 | 0.64 | 0.46 | 0.05 | 343.35 | 0.85 | 0.64 |
| Hex | F1 | 56 | 81 | 0 | 40 | 2E | 5 | 157 | 55 | 40 |
| Octal | 361 | 126 | 201 | 0 | 100 | 56 | 5 | 527 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10000001 | 0 | 1000000 | 101110 | 101 | 101010111 | 1010101 | 1000000 |
Color Harmonies of #F15681
Complementary color
Monochromatic Colors of #F15681
Black with #F15681
Text Example
Text Example
White with #F15681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15681; }
p { color: rgb(241,86,129); }
H1.HeaderClassName
{
color: #F15681;
}
.AnyTagClassName
{
color: #F15681;
}
</style>
background-color css
<style>
a { background-color: #F15681; }
a { background-color: rgb(241,86,129); }
div.DivClassName
{
background-color: #F15681;
}
.BgClassName
{
background-color: #F15681;
}
</style>
border-color css
<style>
span { border-color: #F15681; }
span { border-color: rgb(241,86,129); }
td.TdClassName
{
border-color: #F15681;
}
.TagClassName
{
border-color: #F15681;
}
</style>