Html Css Color HEX #FEA172 Hit Pink

📋 copy color: '#FEA172'

red 254 ◦ green 161 ◦ blue 114

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

Shades of Hit Pink #FEA172

Tints of Hit Pink #FEA172

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.43%

 BLUE value IS 114 (44.92% from 255) = 21.55%

R = 48.02%
G = 30.43%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEA172 (or 0xFEA172) is known color: Hit Pink. HEX triplet: FE, A1 and 72. RGB value is (254,161,114). Sum of RGB (Red+Green+Blue) = 254+161+114=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA172 is #015E8D. Grayscale: #B7B7B7. Windows color (decimal): -89742 or 7512574. OLE color: 7512574.

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

Color convert

RGB 254 161 114 -
CMYK 0 0.37 0.55 0.00
HSL 20.14º 0.99% 0.72% -
HSV(B) 20.14º 0.55% 1% -
XYZ 56.66 47.78 22.16 -
YUV 183.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 254 161 114 0 0.37 0.55 0.00 20.14 0.99 0.72
Hex FE A1 72 0 25 37 0 14 63 48
Octal 376 241 162 0 45 67 0 24 143 110
Binary 11111110 10100001 1110010 0 100101 110111 0 10100 1100011 1001000

Color Harmonies of #FEA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA172

Black with #FEA172

Text Example


Text Example

White with #FEA172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA172; }

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

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

background-color css

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

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

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

border-color css

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

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

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