#FFAC72

Color #FFAC72 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FFAC72

Tints of Hit Pink #FFAC72

Color information

#FFAC72 (or 0xFFAC72) is unknown color: approx Hit Pink. HEX triplet: FF, AC and 72. RGB value is (255,172,114). Sum of RGB (Red+Green+Blue) = 255+172+114=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC72 is #00538D. Grayscale: #BEBEBE. Windows color (decimal): -21390 or 7515391. OLE color: 7515391.

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

Color convert

RGB255172114-
CMYK00.330.550
HSL24.68º100%72.35%-
HSV(B)24.68º55.29%100%-
XYZ59.0351.9822.84-
YUV190.285174.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=47.13%
G=31.79%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517211400.330.55024.6810072.35
HexFFAC72021370196448
Octal37725416204167031144110
Binary11111111101011001110010010000111011101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC72; }

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

 H1.HeaderClassName
 {
   color: #FFAC72;
 }
 .AnyTagClassName
 {
   color: #FFAC72;
 }
</style>
background-color css

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

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

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

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

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

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