Shades of Dark Pink #F0507D
Tints of Dark Pink #F0507D
RGB
CMYK
RGB Variations
Color information
#F0507D (or 0xF0507D) is known color: Dark Pink. HEX triplet: F0, 50 and 7D. RGB value is (240,80,125). Sum of RGB (Red+Green+Blue) = 240+80+125=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0507D is #0FAF82. Grayscale: #848484. Windows color (decimal): -1027971 or 8212720. OLE color: 8212720.
HSL color Cylindrical-coordinate representation of color #F0507D: hue angle of 343.12º 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 #F0507D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 125 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.06 |
| HSL | 343.13º | 0.84% | 0.63% | - |
| HSV(B) | 343.13º | 0.67% | 0.94% | - |
| XYZ | 42.51 | 25.74 | 22.13 | - |
| YUV | 132.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 125 | 0 | 0.67 | 0.48 | 0.06 | 343.13 | 0.84 | 0.63 |
| Hex | F0 | 50 | 7D | 0 | 43 | 30 | 6 | 157 | 54 | 3F |
| Octal | 360 | 120 | 175 | 0 | 103 | 60 | 6 | 527 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1111101 | 0 | 1000011 | 110000 | 110 | 101010111 | 1010100 | 111111 |
Color Harmonies of #F0507D
Complementary color
Monochromatic Colors of #F0507D
Black with #F0507D
Text Example
Text Example
White with #F0507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0507D; }
p { color: rgb(240,80,125); }
H1.HeaderClassName
{
color: #F0507D;
}
.AnyTagClassName
{
color: #F0507D;
}
</style>
background-color css
<style>
a { background-color: #F0507D; }
a { background-color: rgb(240,80,125); }
div.DivClassName
{
background-color: #F0507D;
}
.BgClassName
{
background-color: #F0507D;
}
</style>
border-color css
<style>
span { border-color: #F0507D; }
span { border-color: rgb(240,80,125); }
td.TdClassName
{
border-color: #F0507D;
}
.TagClassName
{
border-color: #F0507D;
}
</style>