Html Css Color HEX #FFA771 Hit Pink

📋 copy color: '#FFA771'

red 255 ◦ green 167 ◦ blue 113

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

Shades of Hit Pink #FFA771

Tints of Hit Pink #FFA771

RGB

 RED value IS 255 (100% from 255) = 47.66%

 GREEN value IS 167 (65.63% from 255) = 31.21%

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

R = 47.66%
G = 31.21%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFA771 (or 0xFFA771) is known color: Hit Pink. HEX triplet: FF, A7 and 71. RGB value is (255,167,113). Sum of RGB (Red+Green+Blue) = 255+167+113=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA771 is #00588E. Grayscale: #BBBBBB. Windows color (decimal): -22671 or 7448575. OLE color: 7448575.

HSL color Cylindrical-coordinate representation of color #FFA771: hue angle of 22.82º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFA771 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 113 -
CMYK 0 0.35 0.56 0
HSL 22.82º 1% 0.72% -
HSV(B) 22.82º 0.56% 1% -
XYZ 58.04 50.09 22.23 -
YUV 187.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 255 167 113 0 0.35 0.56 0 22.82 1 0.72
Hex FF A7 71 0 23 38 0 17 64 48
Octal 377 247 161 0 43 70 0 27 144 110
Binary 11111111 10100111 1110001 0 100011 111000 0 10111 1100100 1001000

Color Harmonies of #FFA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA771

Black with #FFA771

Text Example


Text Example

White with #FFA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA771; }

 p { color: rgb(255,167,113); }

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

background-color css

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

 a { background-color: rgb(255,167,113); }

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

border-color css

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

 span { border-color: rgb(255,167,113); }

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