#FAA872

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

Shades of Hit Pink #FAA872

Tints of Hit Pink #FAA872

Color information

#FAA872 (or 0xFAA872) is unknown color: approx Hit Pink. HEX triplet: FA, A8 and 72. RGB value is (250,168,114). Sum of RGB (Red+Green+Blue) = 250+168+114=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA872 is #05578D. Grayscale: #BABABA. Windows color (decimal): -350094 or 7514362. OLE color: 7514362.

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

Color convert

RGB250168114-
CMYK00.330.540.02
HSL23.82º93.15%71.37%-
HSV(B)23.82º54.4%98.04%-
XYZ56.4649.5422.51-
YUV186.3687.17173.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=46.99%
G=31.58%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016811400.330.540.0223.8293.1571.37
HexFAA872021362185d47
Octal37225016204166230135107
Binary111110101010100011100100100001110110101100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA872; }

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

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

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

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

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

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

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

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