#FE778A

Color #FE778A Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE778A

Tints of Brink Pink #FE778A

Color information

#FE778A (or 0xFE778A) is unknown color: approx 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

RGB254119138-
CMYK00.530.460.00
HSL351.56º98.54%73.14%-
HSV(B)351.56º53.15%99.61%-
XYZ52.0636.128.27-
YUV161.53114.73193.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=49.71%
G=23.29%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411913800.530.460.00351.5698.5473.14
HexFE778A0352E01606349
Octal376167212065560540143111
Binary111111101110111100010100110101101110010110000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>