Shades of Dark Pink #F1486E
Tints of Dark Pink #F1486E
RGB
CMYK
RGB Variations
Color information
#F1486E (or 0xF1486E) is known color: Dark Pink. HEX triplet: F1, 48 and 6E. RGB value is (241,72,110). Sum of RGB (Red+Green+Blue) = 241+72+110=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F1486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1486E is #0EB791. Grayscale: #7E7E7E. Windows color (decimal): -964498 or 7227633. OLE color: 7227633.
HSL color Cylindrical-coordinate representation of color #F1486E: hue angle of 346.51º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1486E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 110 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.05 |
| HSL | 346.51º | 0.86% | 0.61% | - |
| HSV(B) | 346.51º | 0.7% | 0.95% | - |
| XYZ | 41.41 | 24.46 | 17.29 | - |
| YUV | 126.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 110 | 0 | 0.70 | 0.54 | 0.05 | 346.51 | 0.86 | 0.61 |
| Hex | F1 | 48 | 6E | 0 | 46 | 36 | 5 | 15B | 56 | 3D |
| Octal | 361 | 110 | 156 | 0 | 106 | 66 | 5 | 533 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1101110 | 0 | 1000110 | 110110 | 101 | 101011011 | 1010110 | 111101 |
Color Harmonies of #F1486E
Complementary color
Monochromatic Colors of #F1486E
Black with #F1486E
Text Example
Text Example
White with #F1486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1486E; }
p { color: rgb(241,72,110); }
H1.HeaderClassName
{
color: #F1486E;
}
.AnyTagClassName
{
color: #F1486E;
}
</style>
background-color css
<style>
a { background-color: #F1486E; }
a { background-color: rgb(241,72,110); }
div.DivClassName
{
background-color: #F1486E;
}
.BgClassName
{
background-color: #F1486E;
}
</style>
border-color css
<style>
span { border-color: #F1486E; }
span { border-color: rgb(241,72,110); }
td.TdClassName
{
border-color: #F1486E;
}
.TagClassName
{
border-color: #F1486E;
}
</style>