#FE7B80

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

Shades of Brink Pink #FE7B80

Tints of Brink Pink #FE7B80

Color information

#FE7B80 (or 0xFE7B80) is unknown color: approx Brink Pink. HEX triplet: FE, 7B and 80. RGB value is (254,123,128). Sum of RGB (Red+Green+Blue) = 254+123+128=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7B80 is #01847F. Grayscale: #A2A2A2. Windows color (decimal): -99456 or 8420350. OLE color: 8420350.

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

Color convert

RGB254123128-
CMYK00.520.500.00
HSL357.71º98.5%73.92%-
HSV(B)357.71º51.57%99.61%-
XYZ51.8536.824.79-
YUV162.74108.4193.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=50.30%
G=24.36%
B=25.35%

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
Decimal25412312800.520.500.00357.7198.573.92
HexFE7B80034320166624a
Octal376173200064620546142112
Binary111111101111011100000000110100110010010110011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7B80; }

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

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

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

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

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

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

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

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