Shades of Brink Pink #F55E7A
Tints of Brink Pink #F55E7A
RGB
CMYK
RGB Variations
Color information
#F55E7A (or 0xF55E7A) is known color: Brink Pink. HEX triplet: F5, 5E and 7A. RGB value is (245,94,122). Sum of RGB (Red+Green+Blue) = 245+94+122=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55E7A is #0AA185. Grayscale: #8E8E8E. Windows color (decimal): -696710 or 8019701. OLE color: 8019701.
HSL color Cylindrical-coordinate representation of color #F55E7A: hue angle of 348.87º 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 #F55E7A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 122 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.04 |
| HSL | 348.87º | 0.88% | 0.66% | - |
| HSV(B) | 348.87º | 0.62% | 0.96% | - |
| XYZ | 45.17 | 28.82 | 21.59 | - |
| YUV | 142.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 122 | 0 | 0.62 | 0.50 | 0.04 | 348.87 | 0.88 | 0.66 |
| Hex | F5 | 5E | 7A | 0 | 3E | 32 | 4 | 15D | 58 | 42 |
| Octal | 365 | 136 | 172 | 0 | 76 | 62 | 4 | 535 | 130 | 102 |
| Binary | 11110101 | 1011110 | 1111010 | 0 | 111110 | 110010 | 100 | 101011101 | 1011000 | 1000010 |
Color Harmonies of #F55E7A
Complementary color
Monochromatic Colors of #F55E7A
Black with #F55E7A
Text Example
Text Example
White with #F55E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E7A; }
p { color: rgb(245,94,122); }
H1.HeaderClassName
{
color: #F55E7A;
}
.AnyTagClassName
{
color: #F55E7A;
}
</style>
background-color css
<style>
a { background-color: #F55E7A; }
a { background-color: rgb(245,94,122); }
div.DivClassName
{
background-color: #F55E7A;
}
.BgClassName
{
background-color: #F55E7A;
}
</style>
border-color css
<style>
span { border-color: #F55E7A; }
span { border-color: rgb(245,94,122); }
td.TdClassName
{
border-color: #F55E7A;
}
.TagClassName
{
border-color: #F55E7A;
}
</style>