Shades of Dark Pink #F15183
Tints of Dark Pink #F15183
RGB
CMYK
RGB Variations
Color information
#F15183 (or 0xF15183) is known color: Dark Pink. HEX triplet: F1, 51 and 83. RGB value is (241,81,131). Sum of RGB (Red+Green+Blue) = 241+81+131=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F15183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15183 is #0EAE7C. Grayscale: #868686. Windows color (decimal): -962173 or 8606193. OLE color: 8606193.
HSL color Cylindrical-coordinate representation of color #F15183: hue angle of 341.25º 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 #F15183 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 131 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.05 |
| HSL | 341.25º | 0.85% | 0.63% | - |
| HSV(B) | 341.25º | 0.66% | 0.95% | - |
| XYZ | 43.31 | 26.22 | 24.25 | - |
| YUV | 134.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 131 | 0 | 0.66 | 0.46 | 0.05 | 341.25 | 0.85 | 0.63 |
| Hex | F1 | 51 | 83 | 0 | 42 | 2E | 5 | 155 | 55 | 3F |
| Octal | 361 | 121 | 203 | 0 | 102 | 56 | 5 | 525 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10000011 | 0 | 1000010 | 101110 | 101 | 101010101 | 1010101 | 111111 |
Color Harmonies of #F15183
Complementary color
Monochromatic Colors of #F15183
Black with #F15183
Text Example
Text Example
White with #F15183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15183; }
p { color: rgb(241,81,131); }
H1.HeaderClassName
{
color: #F15183;
}
.AnyTagClassName
{
color: #F15183;
}
</style>
background-color css
<style>
a { background-color: #F15183; }
a { background-color: rgb(241,81,131); }
div.DivClassName
{
background-color: #F15183;
}
.BgClassName
{
background-color: #F15183;
}
</style>
border-color css
<style>
span { border-color: #F15183; }
span { border-color: rgb(241,81,131); }
td.TdClassName
{
border-color: #F15183;
}
.TagClassName
{
border-color: #F15183;
}
</style>