Html Css Color HEX #FFA571 Hit Pink

📋 copy color: '#FFA571'

red 255 ◦ green 165 ◦ blue 113

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

Shades of Hit Pink #FFA571

Tints of Hit Pink #FFA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 47.84%
G = 30.96%
B = 21.2%

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

#FFA571 (or 0xFFA571) is known color: Hit Pink. HEX triplet: FF, A5 and 71. RGB value is (255,165,113). Sum of RGB (Red+Green+Blue) = 255+165+113=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA571 is #005A8E. Grayscale: #BABABA. Windows color (decimal): -23183 or 7448063. OLE color: 7448063.

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

Color convert

RGB 255 165 113 -
CMYK 0 0.35 0.56 0
HSL 21.97º 1% 0.72% -
HSV(B) 21.97º 0.56% 1% -
XYZ 57.68 49.36 22.11 -
YUV 185.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 255 165 113 0 0.35 0.56 0 21.97 1 0.72
Hex FF A5 71 0 23 38 0 16 64 48
Octal 377 245 161 0 43 70 0 26 144 110
Binary 11111111 10100101 1110001 0 100011 111000 0 10110 1100100 1001000

Color Harmonies of #FFA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA571

Black with #FFA571

Text Example


Text Example

White with #FFA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA571; }

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

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

background-color css

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

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

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

border-color css

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

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

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