Shades of Dark Pink #F1567B
Tints of Dark Pink #F1567B
RGB
CMYK
RGB Variations
Color information
#F1567B (or 0xF1567B) is known color: Dark Pink. HEX triplet: F1, 56 and 7B. RGB value is (241,86,123). Sum of RGB (Red+Green+Blue) = 241+86+123=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1567B is #0EA984. Grayscale: #888888. Windows color (decimal): -960901 or 8083185. OLE color: 8083185.
HSL color Cylindrical-coordinate representation of color #F1567B: hue angle of 345.68º 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 #F1567B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 123 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.05 |
| HSL | 345.68º | 0.85% | 0.64% | - |
| HSV(B) | 345.68º | 0.64% | 0.95% | - |
| XYZ | 43.18 | 26.79 | 21.63 | - |
| YUV | 136.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 123 | 0 | 0.64 | 0.49 | 0.05 | 345.68 | 0.85 | 0.64 |
| Hex | F1 | 56 | 7B | 0 | 40 | 31 | 5 | 15A | 55 | 40 |
| Octal | 361 | 126 | 173 | 0 | 100 | 61 | 5 | 532 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1111011 | 0 | 1000000 | 110001 | 101 | 101011010 | 1010101 | 1000000 |
Color Harmonies of #F1567B
Complementary color
Monochromatic Colors of #F1567B
Black with #F1567B
Text Example
Text Example
White with #F1567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1567B; }
p { color: rgb(241,86,123); }
H1.HeaderClassName
{
color: #F1567B;
}
.AnyTagClassName
{
color: #F1567B;
}
</style>
background-color css
<style>
a { background-color: #F1567B; }
a { background-color: rgb(241,86,123); }
div.DivClassName
{
background-color: #F1567B;
}
.BgClassName
{
background-color: #F1567B;
}
</style>
border-color css
<style>
span { border-color: #F1567B; }
span { border-color: rgb(241,86,123); }
td.TdClassName
{
border-color: #F1567B;
}
.TagClassName
{
border-color: #F1567B;
}
</style>