Html Css Color HEX #FE7781 Brink Pink

📋 copy color: '#FE7781'

red 254 ◦ green 119 ◦ blue 129

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

Shades of Brink Pink #FE7781

Tints of Brink Pink #FE7781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 50.6%
G = 23.71%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE7781 (or 0xFE7781) is known color: Brink Pink. HEX triplet: FE, 77 and 81. RGB value is (254,119,129). Sum of RGB (Red+Green+Blue) = 254+119+129=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7781 is #01887E. Grayscale: #A0A0A0. Windows color (decimal): -100479 or 8484862. OLE color: 8484862.

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

Color convert

RGB 254 119 129 -
CMYK 0 0.53 0.49 0.00
HSL 355.56º 0.99% 0.73% -
HSV(B) 355.56º 0.53% 1% -
XYZ 51.43 35.85 24.98 -
YUV 160.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 254 119 129 0 0.53 0.49 0.00 355.56 0.99 0.73
Hex FE 77 81 0 35 31 0 164 63 49
Octal 376 167 201 0 65 61 0 544 143 111
Binary 11111110 1110111 10000001 0 110101 110001 0 101100100 1100011 1001001

Color Harmonies of #FE7781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7781

Black with #FE7781

Text Example


Text Example

White with #FE7781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7781; }

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

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

background-color css

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

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

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

border-color css

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

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

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