Html Css Color HEX #FE7880 Brink Pink

📋 copy color: '#FE7880'

red 254 ◦ green 120 ◦ blue 128

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

Shades of Brink Pink #FE7880

Tints of Brink Pink #FE7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.9%

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 50.6%
G = 23.9%
B = 25.5%

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

#FE7880 (or 0xFE7880) is known color: Brink Pink. HEX triplet: FE, 78 and 80. RGB value is (254,120,128). Sum of RGB (Red+Green+Blue) = 254+120+128=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7880 is #01877F. Grayscale: #A1A1A1. Windows color (decimal): -100224 or 8419582. OLE color: 8419582.

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

Color convert

RGB 254 120 128 -
CMYK 0 0.53 0.50 0.00
HSL 356.42º 0.99% 0.73% -
HSV(B) 356.42º 0.53% 1% -
XYZ 51.49 36.06 24.67 -
YUV 160.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 254 120 128 0 0.53 0.50 0.00 356.42 0.99 0.73
Hex FE 78 80 0 35 32 0 164 63 49
Octal 376 170 200 0 65 62 0 544 143 111
Binary 11111110 1111000 10000000 0 110101 110010 0 101100100 1100011 1001001

Color Harmonies of #FE7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7880

Black with #FE7880

Text Example


Text Example

White with #FE7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7880; }

 p { color: rgb(254,120,128); }

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

background-color css

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

 a { background-color: rgb(254,120,128); }

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

border-color css

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

 span { border-color: rgb(254,120,128); }

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