Shades of Dark Pink #F05884
Tints of Dark Pink #F05884
RGB
CMYK
RGB Variations
Color information
#F05884 (or 0xF05884) is known color: Dark Pink. HEX triplet: F0, 58 and 84. RGB value is (240,88,132). Sum of RGB (Red+Green+Blue) = 240+88+132=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05884 is #0FA77B. Grayscale: #8A8A8A. Windows color (decimal): -1025916 or 8673520. OLE color: 8673520.
HSL color Cylindrical-coordinate representation of color #F05884: hue angle of 342.63º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05884 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 132 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.06 |
| HSL | 342.63º | 0.84% | 0.64% | - |
| HSV(B) | 342.63º | 0.63% | 0.94% | - |
| XYZ | 43.59 | 27.17 | 24.78 | - |
| YUV | 138.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 132 | 0 | 0.63 | 0.45 | 0.06 | 342.63 | 0.84 | 0.64 |
| Hex | F0 | 58 | 84 | 0 | 3F | 2D | 6 | 157 | 54 | 40 |
| Octal | 360 | 130 | 204 | 0 | 77 | 55 | 6 | 527 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10000100 | 0 | 111111 | 101101 | 110 | 101010111 | 1010100 | 1000000 |
Color Harmonies of #F05884
Complementary color
Monochromatic Colors of #F05884
Black with #F05884
Text Example
Text Example
White with #F05884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05884; }
p { color: rgb(240,88,132); }
H1.HeaderClassName
{
color: #F05884;
}
.AnyTagClassName
{
color: #F05884;
}
</style>
background-color css
<style>
a { background-color: #F05884; }
a { background-color: rgb(240,88,132); }
div.DivClassName
{
background-color: #F05884;
}
.BgClassName
{
background-color: #F05884;
}
</style>
border-color css
<style>
span { border-color: #F05884; }
span { border-color: rgb(240,88,132); }
td.TdClassName
{
border-color: #F05884;
}
.TagClassName
{
border-color: #F05884;
}
</style>