#F8A06D

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

Shades of Hit Pink #F8A06D

Tints of Hit Pink #F8A06D

Color information

#F8A06D (or 0xF8A06D) is unknown color: approx Hit Pink. HEX triplet: F8, A0 and 6D. RGB value is (248,160,109). Sum of RGB (Red+Green+Blue) = 248+160+109=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A06D is #075F92. Grayscale: #B4B4B4. Windows color (decimal): -483219 or 7184632. OLE color: 7184632.

HSL color Cylindrical-coordinate representation of color #F8A06D: hue angle of 22.01º 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 #F8A06D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248160109-
CMYK00.350.560.03
HSL22.01º90.85%70%-
HSV(B)22.01º56.05%97.25%-
XYZ54.0446.220.54-
YUV180.587.65176.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.97%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 109 (42.97% from 255) = 21.08%
R=47.97%
G=30.95%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816010900.350.560.0322.0190.8570
HexF8A06D023383165b46
Octal37024015504370326133106
Binary111110001010000011011010100011111000111011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A06D; }

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

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

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

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

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

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

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

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