#F8A074

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

Shades of Hit Pink #F8A074

Tints of Hit Pink #F8A074

Color information

#F8A074 (or 0xF8A074) is unknown color: approx Hit Pink. HEX triplet: F8, A0 and 74. RGB value is (248,160,116). Sum of RGB (Red+Green+Blue) = 248+160+116=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A074 is #075F8B. Grayscale: #B5B5B5. Windows color (decimal): -483212 or 7643384. OLE color: 7643384.

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

Color convert

RGB248160116-
CMYK00.350.530.03
HSL20º90.41%71.37%-
HSV(B)20º53.23%97.25%-
XYZ54.4346.3622.6-
YUV181.391.15175.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.33%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 116 (45.70% from 255) = 22.14%
R=47.33%
G=30.53%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816011600.350.530.032090.4171.37
HexF8A074023353145a47
Octal37024016404365324132107
Binary111110001010000011101000100011110101111010010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A074; }

 p { color: rgb(248,160,116); }

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

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

 a { background-color: rgb(248,160,116); }

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

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

 span { border-color: rgb(248,160,116); }

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