#FEA073

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

Shades of Hit Pink #FEA073

Tints of Hit Pink #FEA073

Color information

#FEA073 (or 0xFEA073) is unknown color: approx Hit Pink. HEX triplet: FE, A0 and 73. RGB value is (254,160,115). Sum of RGB (Red+Green+Blue) = 254+160+115=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA073 is #015F8C. Grayscale: #B7B7B7. Windows color (decimal): -89997 or 7577854. OLE color: 7577854.

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

Color convert

RGB254160115-
CMYK00.370.550.00
HSL19.42º98.58%72.35%-
HSV(B)19.42º54.72%99.61%-
XYZ56.5447.4522.4-
YUV182.9889.64178.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 115 (45.31% from 255) = 21.74%
R=48.02%
G=30.25%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416011500.370.550.0019.4298.5872.35
HexFEA073025370136348
Octal37624016304567023143110
Binary11111110101000001110011010010111011101001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA073; }

 p { color: rgb(254,160,115); }

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

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

 a { background-color: rgb(254,160,115); }

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

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

 span { border-color: rgb(254,160,115); }

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