Html Css Color HEX #FFA470 Hit Pink

📋 copy color: '#FFA470'

red 255 ◦ green 164 ◦ blue 112

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

Shades of Hit Pink #FFA470

Tints of Hit Pink #FFA470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 48.02%
G = 30.89%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFA470 (or 0xFFA470) is known color: Hit Pink. HEX triplet: FF, A4 and 70. RGB value is (255,164,112). Sum of RGB (Red+Green+Blue) = 255+164+112=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA470 is #005B8F. Grayscale: #B9B9B9. Windows color (decimal): -23440 or 7382271. OLE color: 7382271.

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

Color convert

RGB 255 164 112 -
CMYK 0 0.36 0.56 0
HSL 21.82º 1% 0.72% -
HSV(B) 21.82º 0.56% 1% -
XYZ 57.44 48.98 21.76 -
YUV 185.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 255 164 112 0 0.36 0.56 0 21.82 1 0.72
Hex FF A4 70 0 24 38 0 16 64 48
Octal 377 244 160 0 44 70 0 26 144 110
Binary 11111111 10100100 1110000 0 100100 111000 0 10110 1100100 1001000

Color Harmonies of #FFA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA470

Black with #FFA470

Text Example


Text Example

White with #FFA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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