Shades of Brink Pink #F55982
Tints of Brink Pink #F55982
RGB
CMYK
RGB Variations
Color information
#F55982 (or 0xF55982) is known color: Brink Pink. HEX triplet: F5, 59 and 82. RGB value is (245,89,130). Sum of RGB (Red+Green+Blue) = 245+89+130=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F55982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55982 is #0AA67D. Grayscale: #8C8C8C. Windows color (decimal): -697982 or 8542709. OLE color: 8542709.
HSL color Cylindrical-coordinate representation of color #F55982: hue angle of 344.23º degrees, saturation: 0.89, 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 #F55982 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 130 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.04 |
| HSL | 344.23º | 0.89% | 0.65% | - |
| HSV(B) | 344.23º | 0.64% | 0.96% | - |
| XYZ | 45.26 | 28.17 | 24.17 | - |
| YUV | 140.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 130 | 0 | 0.64 | 0.47 | 0.04 | 344.23 | 0.89 | 0.65 |
| Hex | F5 | 59 | 82 | 0 | 40 | 2F | 4 | 158 | 59 | 41 |
| Octal | 365 | 131 | 202 | 0 | 100 | 57 | 4 | 530 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10000010 | 0 | 1000000 | 101111 | 100 | 101011000 | 1011001 | 1000001 |
Color Harmonies of #F55982
Complementary color
Monochromatic Colors of #F55982
Black with #F55982
Text Example
Text Example
White with #F55982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55982; }
p { color: rgb(245,89,130); }
H1.HeaderClassName
{
color: #F55982;
}
.AnyTagClassName
{
color: #F55982;
}
</style>
background-color css
<style>
a { background-color: #F55982; }
a { background-color: rgb(245,89,130); }
div.DivClassName
{
background-color: #F55982;
}
.BgClassName
{
background-color: #F55982;
}
</style>
border-color css
<style>
span { border-color: #F55982; }
span { border-color: rgb(245,89,130); }
td.TdClassName
{
border-color: #F55982;
}
.TagClassName
{
border-color: #F55982;
}
</style>