Html Css Color HEX #FFAA71 Hit Pink

📋 copy color: '#FFAA71'

red 255 ◦ green 170 ◦ blue 113

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

Shades of Hit Pink #FFAA71

Tints of Hit Pink #FFAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.6%

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

R = 47.4%
G = 31.6%
B = 21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFAA71 (or 0xFFAA71) is known color: Hit Pink. HEX triplet: FF, AA and 71. RGB value is (255,170,113). Sum of RGB (Red+Green+Blue) = 255+170+113=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA71 is #00558E. Grayscale: #BDBDBD. Windows color (decimal): -21903 or 7449343. OLE color: 7449343.

HSL color Cylindrical-coordinate representation of color #FFAA71: hue angle of 24.08º 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 #FFAA71 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 170 113 -
CMYK 0 0.33 0.56 0
HSL 24.08º 1% 0.72% -
HSV(B) 24.08º 0.56% 1% -
XYZ 58.6 51.2 22.42 -
YUV 188.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 255 170 113 0 0.33 0.56 0 24.08 1 0.72
Hex FF AA 71 0 21 38 0 18 64 48
Octal 377 252 161 0 41 70 0 30 144 110
Binary 11111111 10101010 1110001 0 100001 111000 0 11000 1100100 1001000

Color Harmonies of #FFAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA71

Black with #FFAA71

Text Example


Text Example

White with #FFAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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