Shades of Dark Pink #F15184
Tints of Dark Pink #F15184
RGB
CMYK
RGB Variations
Color information
#F15184 (or 0xF15184) is known color: Dark Pink. HEX triplet: F1, 51 and 84. RGB value is (241,81,132). Sum of RGB (Red+Green+Blue) = 241+81+132=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F15184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15184 is #0EAE7B. Grayscale: #868686. Windows color (decimal): -962172 or 8671729. OLE color: 8671729.
HSL color Cylindrical-coordinate representation of color #F15184: hue angle of 340.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15184 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 132 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.05 |
| HSL | 340.88º | 0.85% | 0.63% | - |
| HSV(B) | 340.88º | 0.66% | 0.95% | - |
| XYZ | 43.38 | 26.25 | 24.61 | - |
| YUV | 134.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 132 | 0 | 0.66 | 0.45 | 0.05 | 340.88 | 0.85 | 0.63 |
| Hex | F1 | 51 | 84 | 0 | 42 | 2D | 5 | 155 | 55 | 3F |
| Octal | 361 | 121 | 204 | 0 | 102 | 55 | 5 | 525 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10000100 | 0 | 1000010 | 101101 | 101 | 101010101 | 1010101 | 111111 |
Color Harmonies of #F15184
Complementary color
Monochromatic Colors of #F15184
Black with #F15184
Text Example
Text Example
White with #F15184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15184; }
p { color: rgb(241,81,132); }
H1.HeaderClassName
{
color: #F15184;
}
.AnyTagClassName
{
color: #F15184;
}
</style>
background-color css
<style>
a { background-color: #F15184; }
a { background-color: rgb(241,81,132); }
div.DivClassName
{
background-color: #F15184;
}
.BgClassName
{
background-color: #F15184;
}
</style>
border-color css
<style>
span { border-color: #F15184; }
span { border-color: rgb(241,81,132); }
td.TdClassName
{
border-color: #F15184;
}
.TagClassName
{
border-color: #F15184;
}
</style>