#FAA272

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

Shades of Hit Pink #FAA272

Tints of Hit Pink #FAA272

Color information

#FAA272 (or 0xFAA272) is unknown color: approx Hit Pink. HEX triplet: FA, A2 and 72. RGB value is (250,162,114). Sum of RGB (Red+Green+Blue) = 250+162+114=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA272 is #055D8D. Grayscale: #B7B7B7. Windows color (decimal): -351630 or 7512826. OLE color: 7512826.

HSL color Cylindrical-coordinate representation of color #FAA272: hue angle of 21.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAA272 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB250162114-
CMYK00.350.540.02
HSL21.18º93.15%71.37%-
HSV(B)21.18º54.4%98.04%-
XYZ55.3847.3822.15-
YUV182.8489.15175.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=47.53%
G=30.80%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016211400.350.540.0221.1893.1571.37
HexFAA272023362155d47
Octal37224216204366225135107
Binary111110101010001011100100100011110110101010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA272; }

 p { color: rgb(250,162,114); }

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

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

 a { background-color: rgb(250,162,114); }

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

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

 span { border-color: rgb(250,162,114); }

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