Html Css Color HEX #FE777F Brink Pink

📋 copy color: '#FE777F'

red 254 ◦ green 119 ◦ blue 127

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

Shades of Brink Pink #FE777F

Tints of Brink Pink #FE777F

RGB

 RED value IS 254 (99.61% from 255) = 50.8%

 GREEN value IS 119 (46.88% from 255) = 23.8%

 BLUE value IS 127 (50% from 255) = 25.4%

R = 50.8%
G = 23.8%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE777F (or 0xFE777F) is known color: Brink Pink. HEX triplet: FE, 77 and 7F. RGB value is (254,119,127). Sum of RGB (Red+Green+Blue) = 254+119+127=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE777F is #018880. Grayscale: #A0A0A0. Windows color (decimal): -100481 or 8353790. OLE color: 8353790.

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

Color convert

RGB 254 119 127 -
CMYK 0 0.53 0.50 0.00
HSL 356.44º 0.99% 0.73% -
HSV(B) 356.44º 0.53% 1% -
XYZ 51.3 35.8 24.28 -
YUV 160.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 254 119 127 0 0.53 0.50 0.00 356.44 0.99 0.73
Hex FE 77 7F 0 35 32 0 164 63 49
Octal 376 167 177 0 65 62 0 544 143 111
Binary 11111110 1110111 1111111 0 110101 110010 0 101100100 1100011 1001001

Color Harmonies of #FE777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE777F

Black with #FE777F

Text Example


Text Example

White with #FE777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE777F; }

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

 H1.HeaderClassName
 {
   color: #FE777F;
 }
 .AnyTagClassName
 {
   color: #FE777F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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