#FE797F

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

Shades of Brink Pink #FE797F

Tints of Brink Pink #FE797F

Color information

#FE797F (or 0xFE797F) is unknown color: approx Brink Pink. HEX triplet: FE, 79 and 7F. RGB value is (254,121,127). Sum of RGB (Red+Green+Blue) = 254+121+127=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE797F is #018680. Grayscale: #A1A1A1. Windows color (decimal): -99969 or 8354302. OLE color: 8354302.

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

Color convert

RGB254121127-
CMYK00.520.500.00
HSL357.29º98.52%73.53%-
HSV(B)357.29º52.36%99.61%-
XYZ51.5436.2824.36-
YUV161.45108.56194.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 127 (50% from 255) = 25.30%
R=50.60%
G=24.10%
B=25.30%

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
Decimal25412112700.520.500.00357.2998.5273.53
HexFE797F034320165634a
Octal376171177064620545143112
Binary11111110111100111111110110100110010010110010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE797F; }

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

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

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

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

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

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

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

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