Shades of Dark Pink #F15385
Tints of Dark Pink #F15385
RGB
CMYK
RGB Variations
Color information
#F15385 (or 0xF15385) is known color: Dark Pink. HEX triplet: F1, 53 and 85. RGB value is (241,83,133). Sum of RGB (Red+Green+Blue) = 241+83+133=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15385 is #0EAC7A. Grayscale: #878787. Windows color (decimal): -961659 or 8737777. OLE color: 8737777.
HSL color Cylindrical-coordinate representation of color #F15385: hue angle of 341.01º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15385 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 133 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.05 |
| HSL | 341.01º | 0.85% | 0.64% | - |
| HSV(B) | 341.01º | 0.66% | 0.95% | - |
| XYZ | 43.6 | 26.58 | 25.02 | - |
| YUV | 135.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 133 | 0 | 0.66 | 0.45 | 0.05 | 341.01 | 0.85 | 0.64 |
| Hex | F1 | 53 | 85 | 0 | 42 | 2D | 5 | 155 | 55 | 40 |
| Octal | 361 | 123 | 205 | 0 | 102 | 55 | 5 | 525 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10000101 | 0 | 1000010 | 101101 | 101 | 101010101 | 1010101 | 1000000 |
Color Harmonies of #F15385
Complementary color
Monochromatic Colors of #F15385
Black with #F15385
Text Example
Text Example
White with #F15385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15385; }
p { color: rgb(241,83,133); }
H1.HeaderClassName
{
color: #F15385;
}
.AnyTagClassName
{
color: #F15385;
}
</style>
background-color css
<style>
a { background-color: #F15385; }
a { background-color: rgb(241,83,133); }
div.DivClassName
{
background-color: #F15385;
}
.BgClassName
{
background-color: #F15385;
}
</style>
border-color css
<style>
span { border-color: #F15385; }
span { border-color: rgb(241,83,133); }
td.TdClassName
{
border-color: #F15385;
}
.TagClassName
{
border-color: #F15385;
}
</style>