Shades of Brink Pink #FE778C
Tints of Brink Pink #FE778C
RGB
CMYK
RGB Variations
Color information
#FE778C (or 0xFE778C) is known color: Brink Pink. HEX triplet: FE, 77 and 8C. RGB value is (254,119,140). Sum of RGB (Red+Green+Blue) = 254+119+140=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE778C is #018873. Grayscale: #A1A1A1. Windows color (decimal): -100468 or 9205758. OLE color: 9205758.
HSL color Cylindrical-coordinate representation of color #FE778C: hue angle of 350.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE778C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 140 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.00 |
| HSL | 350.67º | 0.99% | 0.73% | - |
| HSV(B) | 350.67º | 0.53% | 1% | - |
| XYZ | 52.2 | 36.16 | 29.04 | - |
| YUV | 161.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 140 | 0 | 0.53 | 0.45 | 0.00 | 350.67 | 0.99 | 0.73 |
| Hex | FE | 77 | 8C | 0 | 35 | 2D | 0 | 15F | 63 | 49 |
| Octal | 376 | 167 | 214 | 0 | 65 | 55 | 0 | 537 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10001100 | 0 | 110101 | 101101 | 0 | 101011111 | 1100011 | 1001001 |
Color Harmonies of #FE778C
Complementary color
Monochromatic Colors of #FE778C
Black with #FE778C
Text Example
Text Example
White with #FE778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE778C; }
p { color: rgb(254,119,140); }
H1.HeaderClassName
{
color: #FE778C;
}
.AnyTagClassName
{
color: #FE778C;
}
</style>
background-color css
<style>
a { background-color: #FE778C; }
a { background-color: rgb(254,119,140); }
div.DivClassName
{
background-color: #FE778C;
}
.BgClassName
{
background-color: #FE778C;
}
</style>
border-color css
<style>
span { border-color: #FE778C; }
span { border-color: rgb(254,119,140); }
td.TdClassName
{
border-color: #FE778C;
}
.TagClassName
{
border-color: #FE778C;
}
</style>