Shades of Dark Pink #F45783
Tints of Dark Pink #F45783
RGB
CMYK
RGB Variations
Color information
#F45783 (or 0xF45783) is known color: Dark Pink. HEX triplet: F4, 57 and 83. RGB value is (244,87,131). Sum of RGB (Red+Green+Blue) = 244+87+131=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F45783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45783 is #0BA87C. Grayscale: #8A8A8A. Windows color (decimal): -764029 or 8607732. OLE color: 8607732.
HSL color Cylindrical-coordinate representation of color #F45783: hue angle of 343.18º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45783 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 131 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.04 |
| HSL | 343.18º | 0.88% | 0.65% | - |
| HSV(B) | 343.18º | 0.64% | 0.96% | - |
| XYZ | 44.81 | 27.69 | 24.46 | - |
| YUV | 138.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 131 | 0 | 0.64 | 0.46 | 0.04 | 343.18 | 0.88 | 0.65 |
| Hex | F4 | 57 | 83 | 0 | 40 | 2E | 4 | 157 | 58 | 41 |
| Octal | 364 | 127 | 203 | 0 | 100 | 56 | 4 | 527 | 130 | 101 |
| Binary | 11110100 | 1010111 | 10000011 | 0 | 1000000 | 101110 | 100 | 101010111 | 1011000 | 1000001 |
Color Harmonies of #F45783
Complementary color
Monochromatic Colors of #F45783
Black with #F45783
Text Example
Text Example
White with #F45783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45783; }
p { color: rgb(244,87,131); }
H1.HeaderClassName
{
color: #F45783;
}
.AnyTagClassName
{
color: #F45783;
}
</style>
background-color css
<style>
a { background-color: #F45783; }
a { background-color: rgb(244,87,131); }
div.DivClassName
{
background-color: #F45783;
}
.BgClassName
{
background-color: #F45783;
}
</style>
border-color css
<style>
span { border-color: #F45783; }
span { border-color: rgb(244,87,131); }
td.TdClassName
{
border-color: #F45783;
}
.TagClassName
{
border-color: #F45783;
}
</style>