#F8A775

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

Shades of Hit Pink #F8A775

Tints of Hit Pink #F8A775

Color information

#F8A775 (or 0xF8A775) is unknown color: approx Hit Pink. HEX triplet: F8, A7 and 75. RGB value is (248,167,117). Sum of RGB (Red+Green+Blue) = 248+167+117=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A775 is #07588A. Grayscale: #B9B9B9. Windows color (decimal): -481419 or 7710712. OLE color: 7710712.

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

Color convert

RGB248167117-
CMYK00.330.530.03
HSL22.9º90.34%71.57%-
HSV(B)22.9º52.82%97.25%-
XYZ55.7448.8823.33-
YUV185.5289.34172.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.62%
GREEN value IS 167 (65.62% from 255) = 31.39%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=46.62%
G=31.39%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816711700.330.530.0322.990.3471.57
HexF8A775021353175a48
Octal37024716504165327132110
Binary111110001010011111101010100001110101111011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A775; }

 p { color: rgb(248,167,117); }

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

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

 a { background-color: rgb(248,167,117); }

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

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

 span { border-color: rgb(248,167,117); }

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