#F8A471

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

Shades of Hit Pink #F8A471

Tints of Hit Pink #F8A471

Color information

#F8A471 (or 0xF8A471) is unknown color: approx Hit Pink. HEX triplet: F8, A4 and 71. RGB value is (248,164,113). Sum of RGB (Red+Green+Blue) = 248+164+113=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A471 is #075B8E. Grayscale: #B7B7B7. Windows color (decimal): -482191 or 7447800. OLE color: 7447800.

HSL color Cylindrical-coordinate representation of color #F8A471: hue angle of 22.67º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8A471 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248164113-
CMYK00.340.540.03
HSL22.67º90.6%70.78%-
HSV(B)22.67º54.44%97.25%-
XYZ54.9747.721.93-
YUV183.388.33174.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=47.24%
G=31.24%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816411300.340.540.0322.6790.670.78
HexF8A471022363175b47
Octal37024416104266327133107
Binary111110001010010011100010100010110110111011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A471; }

 p { color: rgb(248,164,113); }

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

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

 a { background-color: rgb(248,164,113); }

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

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

 span { border-color: rgb(248,164,113); }

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