#FA9E71

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

Shades of Hit Pink #FA9E71

Tints of Hit Pink #FA9E71

Color information

#FA9E71 (or 0xFA9E71) is unknown color: approx Hit Pink. HEX triplet: FA, 9E and 71. RGB value is (250,158,113). Sum of RGB (Red+Green+Blue) = 250+158+113=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E71 is #05618E. Grayscale: #B4B4B4. Windows color (decimal): -352655 or 7446266. OLE color: 7446266.

HSL color Cylindrical-coordinate representation of color #FA9E71: hue angle of 19.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA9E71 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250158113-
CMYK00.370.550.02
HSL19.71º93.2%71.18%-
HSV(B)19.71º54.8%98.04%-
XYZ54.6345.9721.62-
YUV180.3889.98177.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=47.98%
G=30.33%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015811300.370.550.0219.7193.271.18
HexFA9E71025372145d47
Octal37223616104567224135107
Binary111110101001111011100010100101110111101010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E71; }

 p { color: rgb(250,158,113); }

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

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

 a { background-color: rgb(250,158,113); }

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

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

 span { border-color: rgb(250,158,113); }

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