Shades of Brink Pink #FE778A
Tints of Brink Pink #FE778A
RGB
CMYK
RGB Variations
Color information
#FE778A (or 0xFE778A) is known color: Brink Pink. HEX triplet: FE, 77 and 8A. RGB value is (254,119,138). Sum of RGB (Red+Green+Blue) = 254+119+138=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE778A is #018875. Grayscale: #A1A1A1. Windows color (decimal): -100470 or 9074686. OLE color: 9074686.
HSL color Cylindrical-coordinate representation of color #FE778A: hue angle of 351.56º 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 #FE778A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 138 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.00 |
| HSL | 351.56º | 0.99% | 0.73% | - |
| HSV(B) | 351.56º | 0.53% | 1% | - |
| XYZ | 52.06 | 36.1 | 28.27 | - |
| YUV | 161.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 138 | 0 | 0.53 | 0.46 | 0.00 | 351.56 | 0.99 | 0.73 |
| Hex | FE | 77 | 8A | 0 | 35 | 2E | 0 | 160 | 63 | 49 |
| Octal | 376 | 167 | 212 | 0 | 65 | 56 | 0 | 540 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10001010 | 0 | 110101 | 101110 | 0 | 101100000 | 1100011 | 1001001 |
Color Harmonies of #FE778A
Complementary color
Monochromatic Colors of #FE778A
Black with #FE778A
Text Example
Text Example
White with #FE778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE778A; }
p { color: rgb(254,119,138); }
H1.HeaderClassName
{
color: #FE778A;
}
.AnyTagClassName
{
color: #FE778A;
}
</style>
background-color css
<style>
a { background-color: #FE778A; }
a { background-color: rgb(254,119,138); }
div.DivClassName
{
background-color: #FE778A;
}
.BgClassName
{
background-color: #FE778A;
}
</style>
border-color css
<style>
span { border-color: #FE778A; }
span { border-color: rgb(254,119,138); }
td.TdClassName
{
border-color: #FE778A;
}
.TagClassName
{
border-color: #FE778A;
}
</style>