Shades of Dark Pink #F1567D
Tints of Dark Pink #F1567D
RGB
CMYK
RGB Variations
Color information
#F1567D (or 0xF1567D) is known color: Dark Pink. HEX triplet: F1, 56 and 7D. RGB value is (241,86,125). Sum of RGB (Red+Green+Blue) = 241+86+125=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1567D is #0EA982. Grayscale: #888888. Windows color (decimal): -960899 or 8214257. OLE color: 8214257.
HSL color Cylindrical-coordinate representation of color #F1567D: hue angle of 344.9º 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 #F1567D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 125 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.05 |
| HSL | 344.9º | 0.85% | 0.64% | - |
| HSV(B) | 344.9º | 0.64% | 0.95% | - |
| XYZ | 43.31 | 26.84 | 22.3 | - |
| YUV | 136.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 125 | 0 | 0.64 | 0.48 | 0.05 | 344.9 | 0.85 | 0.64 |
| Hex | F1 | 56 | 7D | 0 | 40 | 30 | 5 | 159 | 55 | 40 |
| Octal | 361 | 126 | 175 | 0 | 100 | 60 | 5 | 531 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1111101 | 0 | 1000000 | 110000 | 101 | 101011001 | 1010101 | 1000000 |
Color Harmonies of #F1567D
Complementary color
Monochromatic Colors of #F1567D
Black with #F1567D
Text Example
Text Example
White with #F1567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1567D; }
p { color: rgb(241,86,125); }
H1.HeaderClassName
{
color: #F1567D;
}
.AnyTagClassName
{
color: #F1567D;
}
</style>
background-color css
<style>
a { background-color: #F1567D; }
a { background-color: rgb(241,86,125); }
div.DivClassName
{
background-color: #F1567D;
}
.BgClassName
{
background-color: #F1567D;
}
</style>
border-color css
<style>
span { border-color: #F1567D; }
span { border-color: rgb(241,86,125); }
td.TdClassName
{
border-color: #F1567D;
}
.TagClassName
{
border-color: #F1567D;
}
</style>