Shades of Dark Pink #F15384
Tints of Dark Pink #F15384
RGB
CMYK
RGB Variations
Color information
#F15384 (or 0xF15384) is known color: Dark Pink. HEX triplet: F1, 53 and 84. RGB value is (241,83,132). Sum of RGB (Red+Green+Blue) = 241+83+132=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15384 is #0EAC7B. Grayscale: #878787. Windows color (decimal): -961660 or 8672241. OLE color: 8672241.
HSL color Cylindrical-coordinate representation of color #F15384: hue angle of 341.39º 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 #F15384 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 132 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.05 |
| HSL | 341.39º | 0.85% | 0.64% | - |
| HSV(B) | 341.39º | 0.66% | 0.95% | - |
| XYZ | 43.53 | 26.55 | 24.66 | - |
| YUV | 135.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 132 | 0 | 0.66 | 0.45 | 0.05 | 341.39 | 0.85 | 0.64 |
| Hex | F1 | 53 | 84 | 0 | 42 | 2D | 5 | 155 | 55 | 40 |
| Octal | 361 | 123 | 204 | 0 | 102 | 55 | 5 | 525 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10000100 | 0 | 1000010 | 101101 | 101 | 101010101 | 1010101 | 1000000 |
Color Harmonies of #F15384
Complementary color
Monochromatic Colors of #F15384
Black with #F15384
Text Example
Text Example
White with #F15384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15384; }
p { color: rgb(241,83,132); }
H1.HeaderClassName
{
color: #F15384;
}
.AnyTagClassName
{
color: #F15384;
}
</style>
background-color css
<style>
a { background-color: #F15384; }
a { background-color: rgb(241,83,132); }
div.DivClassName
{
background-color: #F15384;
}
.BgClassName
{
background-color: #F15384;
}
</style>
border-color css
<style>
span { border-color: #F15384; }
span { border-color: rgb(241,83,132); }
td.TdClassName
{
border-color: #F15384;
}
.TagClassName
{
border-color: #F15384;
}
</style>