#F8A96C

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

Shades of Hit Pink #F8A96C

Tints of Hit Pink #F8A96C

Color information

#F8A96C (or 0xF8A96C) is unknown color: approx Hit Pink. HEX triplet: F8, A9 and 6C. RGB value is (248,169,108). Sum of RGB (Red+Green+Blue) = 248+169+108=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A96C is #075693. Grayscale: #B9B9B9. Windows color (decimal): -480916 or 7121400. OLE color: 7121400.

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

Color convert

RGB248169108-
CMYK00.320.560.03
HSL26.14º90.91%69.8%-
HSV(B)26.14º56.45%97.25%-
XYZ55.6149.4220.79-
YUV185.6784.17172.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 108 (42.58% from 255) = 20.57%
R=47.24%
G=32.19%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816910800.320.560.0326.1490.9169.8
HexF8A96C0203831a5b46
Octal37025115404070332133106
Binary111110001010100111011000100000111000111101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A96C; }

 p { color: rgb(248,169,108); }

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

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

 a { background-color: rgb(248,169,108); }

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

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

 span { border-color: rgb(248,169,108); }

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