Shades of Dark Pink #F15083
Tints of Dark Pink #F15083
RGB
CMYK
RGB Variations
Color information
#F15083 (or 0xF15083) is known color: Dark Pink. HEX triplet: F1, 50 and 83. RGB value is (241,80,131). Sum of RGB (Red+Green+Blue) = 241+80+131=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F15083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15083 is #0EAF7C. Grayscale: #858585. Windows color (decimal): -962429 or 8605937. OLE color: 8605937.
HSL color Cylindrical-coordinate representation of color #F15083: hue angle of 340.99º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15083 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 131 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.05 |
| HSL | 340.99º | 0.85% | 0.63% | - |
| HSV(B) | 340.99º | 0.67% | 0.95% | - |
| XYZ | 43.24 | 26.08 | 24.23 | - |
| YUV | 133.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 131 | 0 | 0.67 | 0.46 | 0.05 | 340.99 | 0.85 | 0.63 |
| Hex | F1 | 50 | 83 | 0 | 43 | 2E | 5 | 155 | 55 | 3F |
| Octal | 361 | 120 | 203 | 0 | 103 | 56 | 5 | 525 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10000011 | 0 | 1000011 | 101110 | 101 | 101010101 | 1010101 | 111111 |
Color Harmonies of #F15083
Complementary color
Monochromatic Colors of #F15083
Black with #F15083
Text Example
Text Example
White with #F15083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15083; }
p { color: rgb(241,80,131); }
H1.HeaderClassName
{
color: #F15083;
}
.AnyTagClassName
{
color: #F15083;
}
</style>
background-color css
<style>
a { background-color: #F15083; }
a { background-color: rgb(241,80,131); }
div.DivClassName
{
background-color: #F15083;
}
.BgClassName
{
background-color: #F15083;
}
</style>
border-color css
<style>
span { border-color: #F15083; }
span { border-color: rgb(241,80,131); }
td.TdClassName
{
border-color: #F15083;
}
.TagClassName
{
border-color: #F15083;
}
</style>