Html Css Color HEX #FFAC70 Hit Pink

📋 copy color: '#FFAC70'

red 255 ◦ green 172 ◦ blue 112

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

Shades of Hit Pink #FFAC70

Tints of Hit Pink #FFAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

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

R = 47.31%
G = 31.91%
B = 20.78%

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

#FFAC70 (or 0xFFAC70) is known color: Hit Pink. HEX triplet: FF, AC and 70. RGB value is (255,172,112). Sum of RGB (Red+Green+Blue) = 255+172+112=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC70 is #00538F. Grayscale: #BEBEBE. Windows color (decimal): -21392 or 7384319. OLE color: 7384319.

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

Color convert

RGB 255 172 112 -
CMYK 0 0.33 0.56 0
HSL 25.17º 1% 0.72% -
HSV(B) 25.17º 0.56% 1% -
XYZ 58.92 51.93 22.25 -
YUV 189.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 255 172 112 0 0.33 0.56 0 25.17 1 0.72
Hex FF AC 70 0 21 38 0 19 64 48
Octal 377 254 160 0 41 70 0 31 144 110
Binary 11111111 10101100 1110000 0 100001 111000 0 11001 1100100 1001000

Color Harmonies of #FFAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC70

Black with #FFAC70

Text Example


Text Example

White with #FFAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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