Shades of Brink Pink #F45982
Tints of Brink Pink #F45982
RGB
CMYK
RGB Variations
Color information
#F45982 (or 0xF45982) is known color: Brink Pink. HEX triplet: F4, 59 and 82. RGB value is (244,89,130). Sum of RGB (Red+Green+Blue) = 244+89+130=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F45982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45982 is #0BA67D. Grayscale: #8C8C8C. Windows color (decimal): -763518 or 8542708. OLE color: 8542708.
HSL color Cylindrical-coordinate representation of color #F45982: hue angle of 344.13º 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 #F45982 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 130 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.04 |
| HSL | 344.13º | 0.88% | 0.65% | - |
| HSV(B) | 344.13º | 0.64% | 0.96% | - |
| XYZ | 44.91 | 27.99 | 24.15 | - |
| YUV | 140.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 130 | 0 | 0.64 | 0.47 | 0.04 | 344.13 | 0.88 | 0.65 |
| Hex | F4 | 59 | 82 | 0 | 40 | 2F | 4 | 158 | 58 | 41 |
| Octal | 364 | 131 | 202 | 0 | 100 | 57 | 4 | 530 | 130 | 101 |
| Binary | 11110100 | 1011001 | 10000010 | 0 | 1000000 | 101111 | 100 | 101011000 | 1011000 | 1000001 |
Color Harmonies of #F45982
Complementary color
Monochromatic Colors of #F45982
Black with #F45982
Text Example
Text Example
White with #F45982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45982; }
p { color: rgb(244,89,130); }
H1.HeaderClassName
{
color: #F45982;
}
.AnyTagClassName
{
color: #F45982;
}
</style>
background-color css
<style>
a { background-color: #F45982; }
a { background-color: rgb(244,89,130); }
div.DivClassName
{
background-color: #F45982;
}
.BgClassName
{
background-color: #F45982;
}
</style>
border-color css
<style>
span { border-color: #F45982; }
span { border-color: rgb(244,89,130); }
td.TdClassName
{
border-color: #F45982;
}
.TagClassName
{
border-color: #F45982;
}
</style>