Shades of Dark Pink #F1567C
Tints of Dark Pink #F1567C
RGB
CMYK
RGB Variations
Color information
#F1567C (or 0xF1567C) is known color: Dark Pink. HEX triplet: F1, 56 and 7C. RGB value is (241,86,124). Sum of RGB (Red+Green+Blue) = 241+86+124=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1567C is #0EA983. Grayscale: #888888. Windows color (decimal): -960900 or 8148721. OLE color: 8148721.
HSL color Cylindrical-coordinate representation of color #F1567C: hue angle of 345.29º 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 #F1567C is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 124 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.05 |
| HSL | 345.29º | 0.85% | 0.64% | - |
| HSV(B) | 345.29º | 0.64% | 0.95% | - |
| XYZ | 43.24 | 26.81 | 21.96 | - |
| YUV | 136.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 124 | 0 | 0.64 | 0.49 | 0.05 | 345.29 | 0.85 | 0.64 |
| Hex | F1 | 56 | 7C | 0 | 40 | 31 | 5 | 159 | 55 | 40 |
| Octal | 361 | 126 | 174 | 0 | 100 | 61 | 5 | 531 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1111100 | 0 | 1000000 | 110001 | 101 | 101011001 | 1010101 | 1000000 |
Color Harmonies of #F1567C
Complementary color
Monochromatic Colors of #F1567C
Black with #F1567C
Text Example
Text Example
White with #F1567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1567C; }
p { color: rgb(241,86,124); }
H1.HeaderClassName
{
color: #F1567C;
}
.AnyTagClassName
{
color: #F1567C;
}
</style>
background-color css
<style>
a { background-color: #F1567C; }
a { background-color: rgb(241,86,124); }
div.DivClassName
{
background-color: #F1567C;
}
.BgClassName
{
background-color: #F1567C;
}
</style>
border-color css
<style>
span { border-color: #F1567C; }
span { border-color: rgb(241,86,124); }
td.TdClassName
{
border-color: #F1567C;
}
.TagClassName
{
border-color: #F1567C;
}
</style>