Shades of Dark Pink #F45582
Tints of Dark Pink #F45582
RGB
CMYK
RGB Variations
Color information
#F45582 (or 0xF45582) is known color: Dark Pink. HEX triplet: F4, 55 and 82. RGB value is (244,85,130). Sum of RGB (Red+Green+Blue) = 244+85+130=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F45582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45582 is #0BAA7D. Grayscale: #898989. Windows color (decimal): -764542 or 8541684. OLE color: 8541684.
HSL color Cylindrical-coordinate representation of color #F45582: hue angle of 343.02º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45582 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 130 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.04 |
| HSL | 343.02º | 0.88% | 0.65% | - |
| HSV(B) | 343.02º | 0.65% | 0.96% | - |
| XYZ | 44.59 | 27.34 | 24.05 | - |
| YUV | 137.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 130 | 0 | 0.65 | 0.47 | 0.04 | 343.02 | 0.88 | 0.65 |
| Hex | F4 | 55 | 82 | 0 | 41 | 2F | 4 | 157 | 58 | 41 |
| Octal | 364 | 125 | 202 | 0 | 101 | 57 | 4 | 527 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10000010 | 0 | 1000001 | 101111 | 100 | 101010111 | 1011000 | 1000001 |
Color Harmonies of #F45582
Complementary color
Monochromatic Colors of #F45582
Black with #F45582
Text Example
Text Example
White with #F45582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45582; }
p { color: rgb(244,85,130); }
H1.HeaderClassName
{
color: #F45582;
}
.AnyTagClassName
{
color: #F45582;
}
</style>
background-color css
<style>
a { background-color: #F45582; }
a { background-color: rgb(244,85,130); }
div.DivClassName
{
background-color: #F45582;
}
.BgClassName
{
background-color: #F45582;
}
</style>
border-color css
<style>
span { border-color: #F45582; }
span { border-color: rgb(244,85,130); }
td.TdClassName
{
border-color: #F45582;
}
.TagClassName
{
border-color: #F45582;
}
</style>