Shades of Dark Pink #F15682
Tints of Dark Pink #F15682
RGB
CMYK
RGB Variations
Color information
#F15682 (or 0xF15682) is known color: Dark Pink. HEX triplet: F1, 56 and 82. RGB value is (241,86,130). Sum of RGB (Red+Green+Blue) = 241+86+130=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15682 is #0EA97D. Grayscale: #898989. Windows color (decimal): -960894 or 8541937. OLE color: 8541937.
HSL color Cylindrical-coordinate representation of color #F15682: hue angle of 342.97º 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 #F15682 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 130 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.05 |
| HSL | 342.97º | 0.85% | 0.64% | - |
| HSV(B) | 342.97º | 0.64% | 0.95% | - |
| XYZ | 43.63 | 26.97 | 24.02 | - |
| YUV | 137.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 130 | 0 | 0.64 | 0.46 | 0.05 | 342.97 | 0.85 | 0.64 |
| Hex | F1 | 56 | 82 | 0 | 40 | 2E | 5 | 157 | 55 | 40 |
| Octal | 361 | 126 | 202 | 0 | 100 | 56 | 5 | 527 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10000010 | 0 | 1000000 | 101110 | 101 | 101010111 | 1010101 | 1000000 |
Color Harmonies of #F15682
Complementary color
Monochromatic Colors of #F15682
Black with #F15682
Text Example
Text Example
White with #F15682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15682; }
p { color: rgb(241,86,130); }
H1.HeaderClassName
{
color: #F15682;
}
.AnyTagClassName
{
color: #F15682;
}
</style>
background-color css
<style>
a { background-color: #F15682; }
a { background-color: rgb(241,86,130); }
div.DivClassName
{
background-color: #F15682;
}
.BgClassName
{
background-color: #F15682;
}
</style>
border-color css
<style>
span { border-color: #F15682; }
span { border-color: rgb(241,86,130); }
td.TdClassName
{
border-color: #F15682;
}
.TagClassName
{
border-color: #F15682;
}
</style>