Shades of Dark Pink #F15082
Tints of Dark Pink #F15082
RGB
CMYK
RGB Variations
Color information
#F15082 (or 0xF15082) is known color: Dark Pink. HEX triplet: F1, 50 and 82. RGB value is (241,80,130). Sum of RGB (Red+Green+Blue) = 241+80+130=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F15082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15082 is #0EAF7D. Grayscale: #858585. Windows color (decimal): -962430 or 8540401. OLE color: 8540401.
HSL color Cylindrical-coordinate representation of color #F15082: hue angle of 341.37º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15082 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 130 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.05 |
| HSL | 341.37º | 0.85% | 0.63% | - |
| HSV(B) | 341.37º | 0.67% | 0.95% | - |
| XYZ | 43.17 | 26.05 | 23.87 | - |
| YUV | 133.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 130 | 0 | 0.67 | 0.46 | 0.05 | 341.37 | 0.85 | 0.63 |
| Hex | F1 | 50 | 82 | 0 | 43 | 2E | 5 | 155 | 55 | 3F |
| Octal | 361 | 120 | 202 | 0 | 103 | 56 | 5 | 525 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10000010 | 0 | 1000011 | 101110 | 101 | 101010101 | 1010101 | 111111 |
Color Harmonies of #F15082
Complementary color
Monochromatic Colors of #F15082
Black with #F15082
Text Example
Text Example
White with #F15082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15082; }
p { color: rgb(241,80,130); }
H1.HeaderClassName
{
color: #F15082;
}
.AnyTagClassName
{
color: #F15082;
}
</style>
background-color css
<style>
a { background-color: #F15082; }
a { background-color: rgb(241,80,130); }
div.DivClassName
{
background-color: #F15082;
}
.BgClassName
{
background-color: #F15082;
}
</style>
border-color css
<style>
span { border-color: #F15082; }
span { border-color: rgb(241,80,130); }
td.TdClassName
{
border-color: #F15082;
}
.TagClassName
{
border-color: #F15082;
}
</style>