Shades of Dark Pink #F0487C
Tints of Dark Pink #F0487C
RGB
CMYK
RGB Variations
Color information
#F0487C (or 0xF0487C) is known color: Dark Pink. HEX triplet: F0, 48 and 7C. RGB value is (240,72,124). Sum of RGB (Red+Green+Blue) = 240+72+124=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0487C is #0FB783. Grayscale: #808080. Windows color (decimal): -1030020 or 8145136. OLE color: 8145136.
HSL color Cylindrical-coordinate representation of color #F0487C: hue angle of 341.43º 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 #F0487C is Cyan = 0, Magento = 0.7, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 124 | - |
| CMYK | 0 | 0.7 | 0.48 | 0.06 |
| HSL | 341.43º | 0.85% | 0.61% | - |
| HSV(B) | 341.43º | 0.7% | 0.94% | - |
| XYZ | 41.89 | 24.62 | 21.61 | - |
| YUV | 128.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 124 | 0 | 0.7 | 0.48 | 0.06 | 341.43 | 0.85 | 0.61 |
| Hex | F0 | 48 | 7C | 0 | 46 | 30 | 6 | 155 | 55 | 3D |
| Octal | 360 | 110 | 174 | 0 | 106 | 60 | 6 | 525 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1111100 | 0 | 1000110 | 110000 | 110 | 101010101 | 1010101 | 111101 |
Color Harmonies of #F0487C
Complementary color
Monochromatic Colors of #F0487C
Black with #F0487C
Text Example
Text Example
White with #F0487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0487C; }
p { color: rgb(240,72,124); }
H1.HeaderClassName
{
color: #F0487C;
}
.AnyTagClassName
{
color: #F0487C;
}
</style>
background-color css
<style>
a { background-color: #F0487C; }
a { background-color: rgb(240,72,124); }
div.DivClassName
{
background-color: #F0487C;
}
.BgClassName
{
background-color: #F0487C;
}
</style>
border-color css
<style>
span { border-color: #F0487C; }
span { border-color: rgb(240,72,124); }
td.TdClassName
{
border-color: #F0487C;
}
.TagClassName
{
border-color: #F0487C;
}
</style>