Shades of Dark Pink #F05783
Tints of Dark Pink #F05783
RGB
CMYK
RGB Variations
Color information
#F05783 (or 0xF05783) is known color: Dark Pink. HEX triplet: F0, 57 and 83. RGB value is (240,87,131). Sum of RGB (Red+Green+Blue) = 240+87+131=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F05783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05783 is #0FA87C. Grayscale: #898989. Windows color (decimal): -1026173 or 8607728. OLE color: 8607728.
HSL color Cylindrical-coordinate representation of color #F05783: hue angle of 342.75º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05783 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 131 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.06 |
| HSL | 342.75º | 0.84% | 0.64% | - |
| HSV(B) | 342.75º | 0.64% | 0.94% | - |
| XYZ | 43.44 | 26.98 | 24.39 | - |
| YUV | 137.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 131 | 0 | 0.64 | 0.45 | 0.06 | 342.75 | 0.84 | 0.64 |
| Hex | F0 | 57 | 83 | 0 | 40 | 2D | 6 | 157 | 54 | 40 |
| Octal | 360 | 127 | 203 | 0 | 100 | 55 | 6 | 527 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10000011 | 0 | 1000000 | 101101 | 110 | 101010111 | 1010100 | 1000000 |
Color Harmonies of #F05783
Complementary color
Monochromatic Colors of #F05783
Black with #F05783
Text Example
Text Example
White with #F05783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05783; }
p { color: rgb(240,87,131); }
H1.HeaderClassName
{
color: #F05783;
}
.AnyTagClassName
{
color: #F05783;
}
</style>
background-color css
<style>
a { background-color: #F05783; }
a { background-color: rgb(240,87,131); }
div.DivClassName
{
background-color: #F05783;
}
.BgClassName
{
background-color: #F05783;
}
</style>
border-color css
<style>
span { border-color: #F05783; }
span { border-color: rgb(240,87,131); }
td.TdClassName
{
border-color: #F05783;
}
.TagClassName
{
border-color: #F05783;
}
</style>