Shades of Dark Pink #F15A8C
Tints of Dark Pink #F15A8C
RGB
CMYK
RGB Variations
Color information
#F15A8C (or 0xF15A8C) is known color: Dark Pink. HEX triplet: F1, 5A and 8C. RGB value is (241,90,140). Sum of RGB (Red+Green+Blue) = 241+90+140=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15A8C is #0EA573. Grayscale: #8C8C8C. Windows color (decimal): -959860 or 9198321. OLE color: 9198321.
HSL color Cylindrical-coordinate representation of color #F15A8C: hue angle of 340.13º degrees, saturation: 0.84, 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 #F15A8C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 140 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.05 |
| HSL | 340.13º | 0.84% | 0.65% | - |
| HSV(B) | 340.13º | 0.63% | 0.95% | - |
| XYZ | 44.67 | 27.91 | 27.84 | - |
| YUV | 140.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 140 | 0 | 0.63 | 0.42 | 0.05 | 340.13 | 0.84 | 0.65 |
| Hex | F1 | 5A | 8C | 0 | 3F | 2A | 5 | 154 | 54 | 41 |
| Octal | 361 | 132 | 214 | 0 | 77 | 52 | 5 | 524 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10001100 | 0 | 111111 | 101010 | 101 | 101010100 | 1010100 | 1000001 |
Color Harmonies of #F15A8C
Complementary color
Monochromatic Colors of #F15A8C
Black with #F15A8C
Text Example
Text Example
White with #F15A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A8C; }
p { color: rgb(241,90,140); }
H1.HeaderClassName
{
color: #F15A8C;
}
.AnyTagClassName
{
color: #F15A8C;
}
</style>
background-color css
<style>
a { background-color: #F15A8C; }
a { background-color: rgb(241,90,140); }
div.DivClassName
{
background-color: #F15A8C;
}
.BgClassName
{
background-color: #F15A8C;
}
</style>
border-color css
<style>
span { border-color: #F15A8C; }
span { border-color: rgb(241,90,140); }
td.TdClassName
{
border-color: #F15A8C;
}
.TagClassName
{
border-color: #F15A8C;
}
</style>