#FE777C

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

Shades of Brink Pink #FE777C

Tints of Brink Pink #FE777C

Color information

#FE777C (or 0xFE777C) is unknown color: approx Brink Pink. HEX triplet: FE, 77 and 7C. RGB value is (254,119,124). Sum of RGB (Red+Green+Blue) = 254+119+124=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE777C is #018883. Grayscale: #A0A0A0. Windows color (decimal): -100484 or 8157182. OLE color: 8157182.

HSL color Cylindrical-coordinate representation of color #FE777C: hue angle of 357.78º 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 #FE777C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254119124-
CMYK00.530.510.00
HSL357.78º98.54%73.14%-
HSV(B)357.78º53.15%99.61%-
XYZ51.1135.7223.27-
YUV159.93107.73195.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=51.11%
G=23.94%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411912400.530.510.00357.7898.5473.14
HexFE777C0353301666349
Octal376167174065630546143111
Binary11111110111011111111000110101110011010110011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE777C; }

 p { color: rgb(254,119,124); }

 H1.HeaderClassName
 {
   color: #FE777C;
 }
 .AnyTagClassName
 {
   color: #FE777C;
 }
</style>
background-color css

<style>
 a { background-color: #FE777C; }

 a { background-color: rgb(254,119,124); }

 div.DivClassName
 {
   background-color: #FE777C;
 }
 .BgClassName
 {
   background-color: #FE777C;
 }
</style>
border-color css

<style>
 span { border-color: #FE777C; }

 span { border-color: rgb(254,119,124); }

 td.TdClassName
 {
   border-color: #FE777C;
 }
 .TagClassName
 {
   border-color: #FE777C;
 }
</style>