#FE677A

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

Shades of Brink Pink #FE677A

Tints of Brink Pink #FE677A

Color information

#FE677A (or 0xFE677A) is unknown color: approx Brink Pink. HEX triplet: FE, 67 and 7A. RGB value is (254,103,122). Sum of RGB (Red+Green+Blue) = 254+103+122=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE677A is #019885. Grayscale: #969696. Windows color (decimal): -104582 or 8022014. OLE color: 8022014.

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

Color convert

RGB254103122-
CMYK00.590.520.00
HSL352.45º98.69%70%-
HSV(B)352.45º59.45%99.61%-
XYZ49.2432.1822.03-
YUV150.32112.03201.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=53.03%
G=21.50%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410312200.590.520.00352.4598.6970
HexFE677A03B3401606346
Octal376147172073640540143106
Binary11111110110011111110100111011110100010110000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE677A; }

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

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

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

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

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

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

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

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