Html Css Color HEX #FEA071 Hit Pink

📋 copy color: '#FEA071'

red 254 ◦ green 160 ◦ blue 113

#FEA071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #FEA071

Tints of Hit Pink #FEA071

RGB

 RED value IS 254 (99.61% from 255) = 48.2%

 GREEN value IS 160 (62.89% from 255) = 30.36%

 BLUE value IS 113 (44.53% from 255) = 21.44%

R = 48.2%
G = 30.36%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA071 (or 0xFEA071) is known color: Hit Pink. HEX triplet: FE, A0 and 71. RGB value is (254,160,113). Sum of RGB (Red+Green+Blue) = 254+160+113=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA071 is #015F8E. Grayscale: #B7B7B7. Windows color (decimal): -89999 or 7446782. OLE color: 7446782.

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

Color convert

RGB 254 160 113 -
CMYK 0 0.37 0.56 0.00
HSL 20º 0.99% 0.72% -
HSV(B) 20º 0.56% 1% -
XYZ 56.42 47.4 21.8 -
YUV 182.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 254 160 113 0 0.37 0.56 0.00 20 0.99 0.72
Hex FE A0 71 0 25 38 0 14 63 48
Octal 376 240 161 0 45 70 0 24 143 110
Binary 11111110 10100000 1110001 0 100101 111000 0 10100 1100011 1001000

Color Harmonies of #FEA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA071

Black with #FEA071

Text Example


Text Example

White with #FEA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA071; }

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

 H1.HeaderClassName
 {
   color: #FEA071;
 }
 .AnyTagClassName
 {
   color: #FEA071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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