#FEA46A

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

Shades of Hit Pink #FEA46A

Tints of Hit Pink #FEA46A

Color information

#FEA46A (or 0xFEA46A) is unknown color: approx Hit Pink. HEX triplet: FE, A4 and 6A. RGB value is (254,164,106). Sum of RGB (Red+Green+Blue) = 254+164+106=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA46A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA46A is #015B95. Grayscale: #B8B8B8. Windows color (decimal): -88982 or 6989054. OLE color: 6989054.

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

Color convert

RGB254164106-
CMYK00.350.580.00
HSL23.51º98.67%70.59%-
HSV(B)23.51º58.27%99.61%-
XYZ56.7548.6620.04-
YUV184.383.82177.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=48.47%
G=31.30%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416410600.350.580.0023.5198.6770.59
HexFEA46A0233A0186347
Octal37624415204372030143107
Binary11111110101001001101010010001111101001100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA46A; }

 p { color: rgb(254,164,106); }

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

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

 a { background-color: rgb(254,164,106); }

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

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

 span { border-color: rgb(254,164,106); }

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