Html Css Color HEX #FE777C Brink Pink

📋 copy color: '#FE777C'

red 254 ◦ green 119 ◦ blue 124

#FE777C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FE777C

Tints of Brink Pink #FE777C

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 value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE777C (or 0xFE777C) is known color: 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

RGB 254 119 124 -
CMYK 0 0.53 0.51 0.00
HSL 357.78º 0.99% 0.73% -
HSV(B) 357.78º 0.53% 1% -
XYZ 51.11 35.72 23.27 -
YUV 159.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 254 119 124 0 0.53 0.51 0.00 357.78 0.99 0.73
Hex FE 77 7C 0 35 33 0 166 63 49
Octal 376 167 174 0 65 63 0 546 143 111
Binary 11111110 1110111 1111100 0 110101 110011 0 101100110 1100011 1001001

Color Harmonies of #FE777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE777C

Black with #FE777C

Text Example


Text Example

White with #FE777C

Text Example


Text Example

HTML Codes & Css Web 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>