Shades of Dark Pink #F15280
Tints of Dark Pink #F15280
RGB
CMYK
RGB Variations
Color information
#F15280 (or 0xF15280) is known color: Dark Pink. HEX triplet: F1, 52 and 80. RGB value is (241,82,128). Sum of RGB (Red+Green+Blue) = 241+82+128=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F15280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15280 is #0EAD7F. Grayscale: #868686. Windows color (decimal): -961920 or 8409841. OLE color: 8409841.
HSL color Cylindrical-coordinate representation of color #F15280: hue angle of 342.64º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15280 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 128 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.05 |
| HSL | 342.64º | 0.85% | 0.63% | - |
| HSV(B) | 342.64º | 0.66% | 0.95% | - |
| XYZ | 43.19 | 26.29 | 23.22 | - |
| YUV | 134.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 128 | 0 | 0.66 | 0.47 | 0.05 | 342.64 | 0.85 | 0.63 |
| Hex | F1 | 52 | 80 | 0 | 42 | 2F | 5 | 157 | 55 | 3F |
| Octal | 361 | 122 | 200 | 0 | 102 | 57 | 5 | 527 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10000000 | 0 | 1000010 | 101111 | 101 | 101010111 | 1010101 | 111111 |
Color Harmonies of #F15280
Complementary color
Monochromatic Colors of #F15280
Black with #F15280
Text Example
Text Example
White with #F15280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15280; }
p { color: rgb(241,82,128); }
H1.HeaderClassName
{
color: #F15280;
}
.AnyTagClassName
{
color: #F15280;
}
</style>
background-color css
<style>
a { background-color: #F15280; }
a { background-color: rgb(241,82,128); }
div.DivClassName
{
background-color: #F15280;
}
.BgClassName
{
background-color: #F15280;
}
</style>
border-color css
<style>
span { border-color: #F15280; }
span { border-color: rgb(241,82,128); }
td.TdClassName
{
border-color: #F15280;
}
.TagClassName
{
border-color: #F15280;
}
</style>