Shades of Dark Pink #F15A8A
Tints of Dark Pink #F15A8A
RGB
CMYK
RGB Variations
Color information
#F15A8A (or 0xF15A8A) is known color: Dark Pink. HEX triplet: F1, 5A and 8A. RGB value is (241,90,138). Sum of RGB (Red+Green+Blue) = 241+90+138=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15A8A is #0EA575. Grayscale: #8C8C8C. Windows color (decimal): -959862 or 9067249. OLE color: 9067249.
HSL color Cylindrical-coordinate representation of color #F15A8A: hue angle of 340.93º 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 #F15A8A is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 138 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.05 |
| HSL | 340.93º | 0.84% | 0.65% | - |
| HSV(B) | 340.93º | 0.63% | 0.95% | - |
| XYZ | 44.52 | 27.85 | 27.07 | - |
| YUV | 140.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 138 | 0 | 0.63 | 0.43 | 0.05 | 340.93 | 0.84 | 0.65 |
| Hex | F1 | 5A | 8A | 0 | 3F | 2B | 5 | 155 | 54 | 41 |
| Octal | 361 | 132 | 212 | 0 | 77 | 53 | 5 | 525 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10001010 | 0 | 111111 | 101011 | 101 | 101010101 | 1010100 | 1000001 |
Color Harmonies of #F15A8A
Complementary color
Monochromatic Colors of #F15A8A
Black with #F15A8A
Text Example
Text Example
White with #F15A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A8A; }
p { color: rgb(241,90,138); }
H1.HeaderClassName
{
color: #F15A8A;
}
.AnyTagClassName
{
color: #F15A8A;
}
</style>
background-color css
<style>
a { background-color: #F15A8A; }
a { background-color: rgb(241,90,138); }
div.DivClassName
{
background-color: #F15A8A;
}
.BgClassName
{
background-color: #F15A8A;
}
</style>
border-color css
<style>
span { border-color: #F15A8A; }
span { border-color: rgb(241,90,138); }
td.TdClassName
{
border-color: #F15A8A;
}
.TagClassName
{
border-color: #F15A8A;
}
</style>