#FFA572

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

Shades of Hit Pink #FFA572

Tints of Hit Pink #FFA572

Color information

#FFA572 (or 0xFFA572) is unknown color: approx Hit Pink. HEX triplet: FF, A5 and 72. RGB value is (255,165,114). Sum of RGB (Red+Green+Blue) = 255+165+114=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA572 is #005A8D. Grayscale: #BABABA. Windows color (decimal): -23182 or 7513599. OLE color: 7513599.

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

Color convert

RGB255165114-
CMYK00.350.550
HSL21.7º100%72.35%-
HSV(B)21.7º55.29%100%-
XYZ57.7349.3922.41-
YUV186.187.32177.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=47.75%
G=30.90%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516511400.350.55021.710072.35
HexFFA572023370166448
Octal37724516204367026144110
Binary11111111101001011110010010001111011101011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA572; }

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

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

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

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

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

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

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

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