#FEA472

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

Shades of Hit Pink #FEA472

Tints of Hit Pink #FEA472

Color information

#FEA472 (or 0xFEA472) is unknown color: approx Hit Pink. HEX triplet: FE, A4 and 72. RGB value is (254,164,114). Sum of RGB (Red+Green+Blue) = 254+164+114=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA472 is #015B8D. Grayscale: #B9B9B9. Windows color (decimal): -88974 or 7513342. OLE color: 7513342.

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

Color convert

RGB254164114-
CMYK00.350.550.00
HSL21.43º98.59%72.16%-
HSV(B)21.43º55.12%99.61%-
XYZ57.1948.8422.33-
YUV185.2187.82177.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=47.74%
G=30.83%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416411400.350.550.0021.4398.5972.16
HexFEA472023370156348
Octal37624416204367025143110
Binary11111110101001001110010010001111011101010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA472; }

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

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

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

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

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

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

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

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