Shades of Dark Pink #F1497C
Tints of Dark Pink #F1497C
RGB
CMYK
RGB Variations
Color information
#F1497C (or 0xF1497C) is known color: Dark Pink. HEX triplet: F1, 49 and 7C. RGB value is (241,73,124). Sum of RGB (Red+Green+Blue) = 241+73+124=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1497C is #0EB683. Grayscale: #818181. Windows color (decimal): -964228 or 8145393. OLE color: 8145393.
HSL color Cylindrical-coordinate representation of color #F1497C: hue angle of 341.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1497C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 124 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.05 |
| HSL | 341.79º | 0.86% | 0.62% | - |
| HSV(B) | 341.79º | 0.7% | 0.95% | - |
| XYZ | 42.3 | 24.92 | 21.65 | - |
| YUV | 129.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 124 | 0 | 0.70 | 0.49 | 0.05 | 341.79 | 0.86 | 0.62 |
| Hex | F1 | 49 | 7C | 0 | 46 | 31 | 5 | 156 | 56 | 3E |
| Octal | 361 | 111 | 174 | 0 | 106 | 61 | 5 | 526 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1111100 | 0 | 1000110 | 110001 | 101 | 101010110 | 1010110 | 111110 |
Color Harmonies of #F1497C
Complementary color
Monochromatic Colors of #F1497C
Black with #F1497C
Text Example
Text Example
White with #F1497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1497C; }
p { color: rgb(241,73,124); }
H1.HeaderClassName
{
color: #F1497C;
}
.AnyTagClassName
{
color: #F1497C;
}
</style>
background-color css
<style>
a { background-color: #F1497C; }
a { background-color: rgb(241,73,124); }
div.DivClassName
{
background-color: #F1497C;
}
.BgClassName
{
background-color: #F1497C;
}
</style>
border-color css
<style>
span { border-color: #F1497C; }
span { border-color: rgb(241,73,124); }
td.TdClassName
{
border-color: #F1497C;
}
.TagClassName
{
border-color: #F1497C;
}
</style>