Html Css Color HEX #FA9F71 Hit Pink

📋 copy color: '#FA9F71'

red 250 ◦ green 159 ◦ blue 113

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

Shades of Hit Pink #FA9F71

Tints of Hit Pink #FA9F71

RGB

 RED value IS 250 (98.05% from 255) = 47.89%

 GREEN value IS 159 (62.5% from 255) = 30.46%

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

R = 47.89%
G = 30.46%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA9F71 (or 0xFA9F71) is known color: Hit Pink. HEX triplet: FA, 9F and 71. RGB value is (250,159,113). Sum of RGB (Red+Green+Blue) = 250+159+113=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F71 is #05608E. Grayscale: #B5B5B5. Windows color (decimal): -352399 or 7446522. OLE color: 7446522.

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

Color convert

RGB 250 159 113 -
CMYK 0 0.36 0.55 0.02
HSL 20.15º 0.93% 0.71% -
HSV(B) 20.15º 0.55% 0.98% -
XYZ 54.8 46.31 21.67 -
YUV 180.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 250 159 113 0 0.36 0.55 0.02 20.15 0.93 0.71
Hex FA 9F 71 0 24 37 2 14 5D 47
Octal 372 237 161 0 44 67 2 24 135 107
Binary 11111010 10011111 1110001 0 100100 110111 10 10100 1011101 1000111

Color Harmonies of #FA9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F71

Black with #FA9F71

Text Example


Text Example

White with #FA9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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