#FEA975

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

Shades of Hit Pink #FEA975

Tints of Hit Pink #FEA975

Color information

#FEA975 (or 0xFEA975) is unknown color: approx Hit Pink. HEX triplet: FE, A9 and 75. RGB value is (254,169,117). Sum of RGB (Red+Green+Blue) = 254+169+117=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA975 is #01568A. Grayscale: #BCBCBC. Windows color (decimal): -87691 or 7711230. OLE color: 7711230.

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

Color convert

RGB254169117-
CMYK00.330.540.00
HSL22.77º98.56%72.75%-
HSV(B)22.77º53.94%99.61%-
XYZ58.2750.7323.55-
YUV188.4987.66174.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=47.04%
G=31.30%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416911700.330.540.0022.7798.5672.75
HexFEA975021360176349
Octal37625116504166027143111
Binary11111110101010011110101010000111011001011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA975; }

 p { color: rgb(254,169,117); }

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

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

 a { background-color: rgb(254,169,117); }

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

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

 span { border-color: rgb(254,169,117); }

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