Shades of Dark Pink #F15882
Tints of Dark Pink #F15882
RGB
CMYK
RGB Variations
Color information
#F15882 (or 0xF15882) is known color: Dark Pink. HEX triplet: F1, 58 and 82. RGB value is (241,88,130). Sum of RGB (Red+Green+Blue) = 241+88+130=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15882 is #0EA77D. Grayscale: #8A8A8A. Windows color (decimal): -960382 or 8542449. OLE color: 8542449.
HSL color Cylindrical-coordinate representation of color #F15882: hue angle of 343.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15882 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 130 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.05 |
| HSL | 343.53º | 0.85% | 0.65% | - |
| HSV(B) | 343.53º | 0.63% | 0.95% | - |
| XYZ | 43.79 | 27.29 | 24.08 | - |
| YUV | 138.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 130 | 0 | 0.63 | 0.46 | 0.05 | 343.53 | 0.85 | 0.65 |
| Hex | F1 | 58 | 82 | 0 | 3F | 2E | 5 | 158 | 55 | 41 |
| Octal | 361 | 130 | 202 | 0 | 77 | 56 | 5 | 530 | 125 | 101 |
| Binary | 11110001 | 1011000 | 10000010 | 0 | 111111 | 101110 | 101 | 101011000 | 1010101 | 1000001 |
Color Harmonies of #F15882
Complementary color
Monochromatic Colors of #F15882
Black with #F15882
Text Example
Text Example
White with #F15882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15882; }
p { color: rgb(241,88,130); }
H1.HeaderClassName
{
color: #F15882;
}
.AnyTagClassName
{
color: #F15882;
}
</style>
background-color css
<style>
a { background-color: #F15882; }
a { background-color: rgb(241,88,130); }
div.DivClassName
{
background-color: #F15882;
}
.BgClassName
{
background-color: #F15882;
}
</style>
border-color css
<style>
span { border-color: #F15882; }
span { border-color: rgb(241,88,130); }
td.TdClassName
{
border-color: #F15882;
}
.TagClassName
{
border-color: #F15882;
}
</style>