#FE7A80

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

Shades of Brink Pink #FE7A80

Tints of Brink Pink #FE7A80

Color information

#FE7A80 (or 0xFE7A80) is unknown color: approx Brink Pink. HEX triplet: FE, 7A and 80. RGB value is (254,122,128). Sum of RGB (Red+Green+Blue) = 254+122+128=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A80 is #01857F. Grayscale: #A2A2A2. Windows color (decimal): -99712 or 8420094. OLE color: 8420094.

HSL color Cylindrical-coordinate representation of color #FE7A80: hue angle of 357.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A80 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254122128-
CMYK00.520.500.00
HSL357.27º98.51%73.73%-
HSV(B)357.27º51.97%99.61%-
XYZ51.7336.5524.75-
YUV162.15108.73193.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=50.40%
G=24.21%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412212800.520.500.00357.2798.5173.73
HexFE7A80034320165634a
Octal376172200064620545143112
Binary111111101111010100000000110100110010010110010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A80; }

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

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

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

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

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

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

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

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