Shades of Dark Pink #F0507C
Tints of Dark Pink #F0507C
RGB
CMYK
RGB Variations
Color information
#F0507C (or 0xF0507C) is known color: Dark Pink. HEX triplet: F0, 50 and 7C. RGB value is (240,80,124). Sum of RGB (Red+Green+Blue) = 240+80+124=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0507C is #0FAF83. Grayscale: #848484. Windows color (decimal): -1027972 or 8147184. OLE color: 8147184.
HSL color Cylindrical-coordinate representation of color #F0507C: hue angle of 343.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0507C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 124 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.06 |
| HSL | 343.5º | 0.84% | 0.63% | - |
| HSV(B) | 343.5º | 0.67% | 0.94% | - |
| XYZ | 42.44 | 25.72 | 21.8 | - |
| YUV | 132.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 124 | 0 | 0.67 | 0.48 | 0.06 | 343.5 | 0.84 | 0.63 |
| Hex | F0 | 50 | 7C | 0 | 43 | 30 | 6 | 158 | 54 | 3F |
| Octal | 360 | 120 | 174 | 0 | 103 | 60 | 6 | 530 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1111100 | 0 | 1000011 | 110000 | 110 | 101011000 | 1010100 | 111111 |
Color Harmonies of #F0507C
Complementary color
Monochromatic Colors of #F0507C
Black with #F0507C
Text Example
Text Example
White with #F0507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0507C; }
p { color: rgb(240,80,124); }
H1.HeaderClassName
{
color: #F0507C;
}
.AnyTagClassName
{
color: #F0507C;
}
</style>
background-color css
<style>
a { background-color: #F0507C; }
a { background-color: rgb(240,80,124); }
div.DivClassName
{
background-color: #F0507C;
}
.BgClassName
{
background-color: #F0507C;
}
</style>
border-color css
<style>
span { border-color: #F0507C; }
span { border-color: rgb(240,80,124); }
td.TdClassName
{
border-color: #F0507C;
}
.TagClassName
{
border-color: #F0507C;
}
</style>