Shades of Dark Pink #F05075
Tints of Dark Pink #F05075
RGB
CMYK
RGB Variations
Color information
#F05075 (or 0xF05075) is known color: Dark Pink. HEX triplet: F0, 50 and 75. RGB value is (240,80,117). Sum of RGB (Red+Green+Blue) = 240+80+117=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F05075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05075 is #0FAF8A. Grayscale: #848484. Windows color (decimal): -1027979 or 7688432. OLE color: 7688432.
HSL color Cylindrical-coordinate representation of color #F05075: hue angle of 346.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 #F05075 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 117 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.06 |
| HSL | 346.13º | 0.84% | 0.63% | - |
| HSV(B) | 346.13º | 0.67% | 0.94% | - |
| XYZ | 42.01 | 25.55 | 19.55 | - |
| YUV | 132.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 117 | 0 | 0.67 | 0.51 | 0.06 | 346.13 | 0.84 | 0.63 |
| Hex | F0 | 50 | 75 | 0 | 43 | 33 | 6 | 15A | 54 | 3F |
| Octal | 360 | 120 | 165 | 0 | 103 | 63 | 6 | 532 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1110101 | 0 | 1000011 | 110011 | 110 | 101011010 | 1010100 | 111111 |
Color Harmonies of #F05075
Complementary color
Monochromatic Colors of #F05075
Black with #F05075
Text Example
Text Example
White with #F05075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05075; }
p { color: rgb(240,80,117); }
H1.HeaderClassName
{
color: #F05075;
}
.AnyTagClassName
{
color: #F05075;
}
</style>
background-color css
<style>
a { background-color: #F05075; }
a { background-color: rgb(240,80,117); }
div.DivClassName
{
background-color: #F05075;
}
.BgClassName
{
background-color: #F05075;
}
</style>
border-color css
<style>
span { border-color: #F05075; }
span { border-color: rgb(240,80,117); }
td.TdClassName
{
border-color: #F05075;
}
.TagClassName
{
border-color: #F05075;
}
</style>