#FE6E79

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

Shades of Brink Pink #FE6E79

Tints of Brink Pink #FE6E79

Color information

#FE6E79 (or 0xFE6E79) is unknown color: approx Brink Pink. HEX triplet: FE, 6E and 79. RGB value is (254,110,121). Sum of RGB (Red+Green+Blue) = 254+110+121=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E79 is #019186. Grayscale: #9A9A9A. Windows color (decimal): -102791 or 7958270. OLE color: 7958270.

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

Color convert

RGB254110121-
CMYK00.570.520.00
HSL355.42º98.63%71.37%-
HSV(B)355.42º56.69%99.61%-
XYZ49.933.621.95-
YUV154.31109.21199.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=52.37%
G=22.68%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411012100.570.520.00355.4298.6371.37
HexFE6E790393401636347
Octal376156171071640543143107
Binary11111110110111011110010111001110100010110001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6E79; }

 p { color: rgb(254,110,121); }

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

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

 a { background-color: rgb(254,110,121); }

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

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

 span { border-color: rgb(254,110,121); }

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