Shades of Dark Pink #F0486C
Tints of Dark Pink #F0486C
RGB
CMYK
RGB Variations
Color information
#F0486C (or 0xF0486C) is known color: Dark Pink. HEX triplet: F0, 48 and 6C. RGB value is (240,72,108). Sum of RGB (Red+Green+Blue) = 240+72+108=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0486C is #0FB793. Grayscale: #7E7E7E. Windows color (decimal): -1030036 or 7096560. OLE color: 7096560.
HSL color Cylindrical-coordinate representation of color #F0486C: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0486C is Cyan = 0, Magento = 0.7, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 108 | - |
| CMYK | 0 | 0.7 | 0.55 | 0.06 |
| HSL | 347.14º | 0.85% | 0.61% | - |
| HSV(B) | 347.14º | 0.7% | 0.94% | - |
| XYZ | 40.96 | 24.24 | 16.71 | - |
| YUV | 126.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 108 | 0 | 0.7 | 0.55 | 0.06 | 347.14 | 0.85 | 0.61 |
| Hex | F0 | 48 | 6C | 0 | 46 | 37 | 6 | 15B | 55 | 3D |
| Octal | 360 | 110 | 154 | 0 | 106 | 67 | 6 | 533 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1101100 | 0 | 1000110 | 110111 | 110 | 101011011 | 1010101 | 111101 |
Color Harmonies of #F0486C
Complementary color
Monochromatic Colors of #F0486C
Black with #F0486C
Text Example
Text Example
White with #F0486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0486C; }
p { color: rgb(240,72,108); }
H1.HeaderClassName
{
color: #F0486C;
}
.AnyTagClassName
{
color: #F0486C;
}
</style>
background-color css
<style>
a { background-color: #F0486C; }
a { background-color: rgb(240,72,108); }
div.DivClassName
{
background-color: #F0486C;
}
.BgClassName
{
background-color: #F0486C;
}
</style>
border-color css
<style>
span { border-color: #F0486C; }
span { border-color: rgb(240,72,108); }
td.TdClassName
{
border-color: #F0486C;
}
.TagClassName
{
border-color: #F0486C;
}
</style>