#FA9D71

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

Shades of Hit Pink #FA9D71

Tints of Hit Pink #FA9D71

Color information

#FA9D71 (or 0xFA9D71) is unknown color: approx Hit Pink. HEX triplet: FA, 9D and 71. RGB value is (250,157,113). Sum of RGB (Red+Green+Blue) = 250+157+113=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9D71 is #05628E. Grayscale: #B4B4B4. Windows color (decimal): -352911 or 7446010. OLE color: 7446010.

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

Color convert

RGB250157113-
CMYK00.370.550.02
HSL19.27º93.2%71.18%-
HSV(B)19.27º54.8%98.04%-
XYZ54.4645.6321.56-
YUV179.7990.31178.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.08%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=48.08%
G=30.19%
B=21.73%

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
Decimal25015711300.370.550.0219.2793.271.18
HexFA9D71025372135d47
Octal37223516104567223135107
Binary111110101001110111100010100101110111101001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D71; }

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

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

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

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

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

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

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

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