Shades of Brink Pink #F55E8C
Tints of Brink Pink #F55E8C
RGB
CMYK
RGB Variations
Color information
#F55E8C (or 0xF55E8C) is known color: Brink Pink. HEX triplet: F5, 5E and 8C. RGB value is (245,94,140). Sum of RGB (Red+Green+Blue) = 245+94+140=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E8C is #0AA173. Grayscale: #909090. Windows color (decimal): -696692 or 9199349. OLE color: 9199349.
HSL color Cylindrical-coordinate representation of color #F55E8C: hue angle of 341.72º 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 #F55E8C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 140 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.04 |
| HSL | 341.72º | 0.88% | 0.66% | - |
| HSV(B) | 341.72º | 0.62% | 0.96% | - |
| XYZ | 46.39 | 29.31 | 28.02 | - |
| YUV | 144.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 140 | 0 | 0.62 | 0.43 | 0.04 | 341.72 | 0.88 | 0.66 |
| Hex | F5 | 5E | 8C | 0 | 3E | 2B | 4 | 156 | 58 | 42 |
| Octal | 365 | 136 | 214 | 0 | 76 | 53 | 4 | 526 | 130 | 102 |
| Binary | 11110101 | 1011110 | 10001100 | 0 | 111110 | 101011 | 100 | 101010110 | 1011000 | 1000010 |
Color Harmonies of #F55E8C
Complementary color
Monochromatic Colors of #F55E8C
Black with #F55E8C
Text Example
Text Example
White with #F55E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E8C; }
p { color: rgb(245,94,140); }
H1.HeaderClassName
{
color: #F55E8C;
}
.AnyTagClassName
{
color: #F55E8C;
}
</style>
background-color css
<style>
a { background-color: #F55E8C; }
a { background-color: rgb(245,94,140); }
div.DivClassName
{
background-color: #F55E8C;
}
.BgClassName
{
background-color: #F55E8C;
}
</style>
border-color css
<style>
span { border-color: #F55E8C; }
span { border-color: rgb(245,94,140); }
td.TdClassName
{
border-color: #F55E8C;
}
.TagClassName
{
border-color: #F55E8C;
}
</style>