Shades of Dark Pink #F05F8C
Tints of Dark Pink #F05F8C
RGB
CMYK
RGB Variations
Color information
#F05F8C (or 0xF05F8C) is known color: Dark Pink. HEX triplet: F0, 5F and 8C. RGB value is (240,95,140). Sum of RGB (Red+Green+Blue) = 240+95+140=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F8C is #0FA073. Grayscale: #8F8F8F. Windows color (decimal): -1024116 or 9199600. OLE color: 9199600.
HSL color Cylindrical-coordinate representation of color #F05F8C: hue angle of 341.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F8C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 140 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.06 |
| HSL | 341.38º | 0.83% | 0.66% | - |
| HSV(B) | 341.38º | 0.6% | 0.94% | - |
| XYZ | 44.76 | 28.6 | 27.97 | - |
| YUV | 143.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 140 | 0 | 0.60 | 0.42 | 0.06 | 341.38 | 0.83 | 0.66 |
| Hex | F0 | 5F | 8C | 0 | 3C | 2A | 6 | 155 | 53 | 42 |
| Octal | 360 | 137 | 214 | 0 | 74 | 52 | 6 | 525 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10001100 | 0 | 111100 | 101010 | 110 | 101010101 | 1010011 | 1000010 |
Color Harmonies of #F05F8C
Complementary color
Monochromatic Colors of #F05F8C
Black with #F05F8C
Text Example
Text Example
White with #F05F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F8C; }
p { color: rgb(240,95,140); }
H1.HeaderClassName
{
color: #F05F8C;
}
.AnyTagClassName
{
color: #F05F8C;
}
</style>
background-color css
<style>
a { background-color: #F05F8C; }
a { background-color: rgb(240,95,140); }
div.DivClassName
{
background-color: #F05F8C;
}
.BgClassName
{
background-color: #F05F8C;
}
</style>
border-color css
<style>
span { border-color: #F05F8C; }
span { border-color: rgb(240,95,140); }
td.TdClassName
{
border-color: #F05F8C;
}
.TagClassName
{
border-color: #F05F8C;
}
</style>