Shades of Dark Pink #F15883
Tints of Dark Pink #F15883
RGB
CMYK
RGB Variations
Color information
#F15883 (or 0xF15883) is known color: Dark Pink. HEX triplet: F1, 58 and 83. RGB value is (241,88,131). Sum of RGB (Red+Green+Blue) = 241+88+131=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F15883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15883 is #0EA77C. Grayscale: #8A8A8A. Windows color (decimal): -960381 or 8607985. OLE color: 8607985.
HSL color Cylindrical-coordinate representation of color #F15883: hue angle of 343.14º 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 #F15883 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 131 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.05 |
| HSL | 343.14º | 0.85% | 0.65% | - |
| HSV(B) | 343.14º | 0.63% | 0.95% | - |
| XYZ | 43.86 | 27.32 | 24.43 | - |
| YUV | 138.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 131 | 0 | 0.63 | 0.46 | 0.05 | 343.14 | 0.85 | 0.65 |
| Hex | F1 | 58 | 83 | 0 | 3F | 2E | 5 | 157 | 55 | 41 |
| Octal | 361 | 130 | 203 | 0 | 77 | 56 | 5 | 527 | 125 | 101 |
| Binary | 11110001 | 1011000 | 10000011 | 0 | 111111 | 101110 | 101 | 101010111 | 1010101 | 1000001 |
Color Harmonies of #F15883
Complementary color
Monochromatic Colors of #F15883
Black with #F15883
Text Example
Text Example
White with #F15883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15883; }
p { color: rgb(241,88,131); }
H1.HeaderClassName
{
color: #F15883;
}
.AnyTagClassName
{
color: #F15883;
}
</style>
background-color css
<style>
a { background-color: #F15883; }
a { background-color: rgb(241,88,131); }
div.DivClassName
{
background-color: #F15883;
}
.BgClassName
{
background-color: #F15883;
}
</style>
border-color css
<style>
span { border-color: #F15883; }
span { border-color: rgb(241,88,131); }
td.TdClassName
{
border-color: #F15883;
}
.TagClassName
{
border-color: #F15883;
}
</style>