Html Css Color HEX #FFA473 Hit Pink

📋 copy color: '#FFA473'

red 255 ◦ green 164 ◦ blue 115

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

Shades of Hit Pink #FFA473

Tints of Hit Pink #FFA473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 47.75%
G = 30.71%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFA473 (or 0xFFA473) is known color: Hit Pink. HEX triplet: FF, A4 and 73. RGB value is (255,164,115). Sum of RGB (Red+Green+Blue) = 255+164+115=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA473 is #005B8C. Grayscale: #B9B9B9. Windows color (decimal): -23437 or 7578879. OLE color: 7578879.

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

Color convert

RGB 255 164 115 -
CMYK 0 0.36 0.55 0
HSL 21º 1% 0.73% -
HSV(B) 21º 0.55% 1% -
XYZ 57.61 49.05 22.65 -
YUV 185.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 255 164 115 0 0.36 0.55 0 21 1 0.73
Hex FF A4 73 0 24 37 0 15 64 49
Octal 377 244 163 0 44 67 0 25 144 111
Binary 11111111 10100100 1110011 0 100100 110111 0 10101 1100100 1001001

Color Harmonies of #FFA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA473

Black with #FFA473

Text Example


Text Example

White with #FFA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA473; }

 p { color: rgb(255,164,115); }

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

background-color css

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

 a { background-color: rgb(255,164,115); }

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

border-color css

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

 span { border-color: rgb(255,164,115); }

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