Shades of Dark Pink #F1567F
Tints of Dark Pink #F1567F
RGB
CMYK
RGB Variations
Color information
#F1567F (or 0xF1567F) is known color: Dark Pink. HEX triplet: F1, 56 and 7F. RGB value is (241,86,127). Sum of RGB (Red+Green+Blue) = 241+86+127=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1567F is #0EA980. Grayscale: #898989. Windows color (decimal): -960897 or 8345329. OLE color: 8345329.
HSL color Cylindrical-coordinate representation of color #F1567F: hue angle of 344.13º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1567F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 127 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.05 |
| HSL | 344.13º | 0.85% | 0.64% | - |
| HSV(B) | 344.13º | 0.64% | 0.95% | - |
| XYZ | 43.43 | 26.89 | 22.98 | - |
| YUV | 137.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 127 | 0 | 0.64 | 0.47 | 0.05 | 344.13 | 0.85 | 0.64 |
| Hex | F1 | 56 | 7F | 0 | 40 | 2F | 5 | 158 | 55 | 40 |
| Octal | 361 | 126 | 177 | 0 | 100 | 57 | 5 | 530 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1111111 | 0 | 1000000 | 101111 | 101 | 101011000 | 1010101 | 1000000 |
Color Harmonies of #F1567F
Complementary color
Monochromatic Colors of #F1567F
Black with #F1567F
Text Example
Text Example
White with #F1567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1567F; }
p { color: rgb(241,86,127); }
H1.HeaderClassName
{
color: #F1567F;
}
.AnyTagClassName
{
color: #F1567F;
}
</style>
background-color css
<style>
a { background-color: #F1567F; }
a { background-color: rgb(241,86,127); }
div.DivClassName
{
background-color: #F1567F;
}
.BgClassName
{
background-color: #F1567F;
}
</style>
border-color css
<style>
span { border-color: #F1567F; }
span { border-color: rgb(241,86,127); }
td.TdClassName
{
border-color: #F1567F;
}
.TagClassName
{
border-color: #F1567F;
}
</style>