#FE7579

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

Shades of Brink Pink #FE7579

Tints of Brink Pink #FE7579

Color information

#FE7579 (or 0xFE7579) is unknown color: approx Brink Pink. HEX triplet: FE, 75 and 79. RGB value is (254,117,121). Sum of RGB (Red+Green+Blue) = 254+117+121=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7579 is #018A86. Grayscale: #9E9E9E. Windows color (decimal): -100999 or 7960062. OLE color: 7960062.

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

Color convert

RGB254117121-
CMYK00.540.520.00
HSL358.25º98.56%72.75%-
HSV(B)358.25º53.94%99.61%-
XYZ50.6935.1722.21-
YUV158.42106.89196.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=51.63%
G=23.78%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411712100.540.520.00358.2598.5672.75
HexFE75790363401666349
Octal376165171066640546143111
Binary11111110111010111110010110110110100010110011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7579; }

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

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

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

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

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

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

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

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