Shades of Brink Pink #F55E82
Tints of Brink Pink #F55E82
RGB
CMYK
RGB Variations
Color information
#F55E82 (or 0xF55E82) is known color: Brink Pink. HEX triplet: F5, 5E and 82. RGB value is (245,94,130). Sum of RGB (Red+Green+Blue) = 245+94+130=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E82 is #0AA17D. Grayscale: #8F8F8F. Windows color (decimal): -696702 or 8543989. OLE color: 8543989.
HSL color Cylindrical-coordinate representation of color #F55E82: hue angle of 345.7º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55E82 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 130 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.04 |
| HSL | 345.7º | 0.88% | 0.66% | - |
| HSV(B) | 345.7º | 0.62% | 0.96% | - |
| XYZ | 45.69 | 29.03 | 24.31 | - |
| YUV | 143.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 130 | 0 | 0.62 | 0.47 | 0.04 | 345.7 | 0.88 | 0.66 |
| Hex | F5 | 5E | 82 | 0 | 3E | 2F | 4 | 15A | 58 | 42 |
| Octal | 365 | 136 | 202 | 0 | 76 | 57 | 4 | 532 | 130 | 102 |
| Binary | 11110101 | 1011110 | 10000010 | 0 | 111110 | 101111 | 100 | 101011010 | 1011000 | 1000010 |
Color Harmonies of #F55E82
Complementary color
Monochromatic Colors of #F55E82
Black with #F55E82
Text Example
Text Example
White with #F55E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E82; }
p { color: rgb(245,94,130); }
H1.HeaderClassName
{
color: #F55E82;
}
.AnyTagClassName
{
color: #F55E82;
}
</style>
background-color css
<style>
a { background-color: #F55E82; }
a { background-color: rgb(245,94,130); }
div.DivClassName
{
background-color: #F55E82;
}
.BgClassName
{
background-color: #F55E82;
}
</style>
border-color css
<style>
span { border-color: #F55E82; }
span { border-color: rgb(245,94,130); }
td.TdClassName
{
border-color: #F55E82;
}
.TagClassName
{
border-color: #F55E82;
}
</style>