#F8A675

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

Shades of Hit Pink #F8A675

Tints of Hit Pink #F8A675

Color information

#F8A675 (or 0xF8A675) is unknown color: approx Hit Pink. HEX triplet: F8, A6 and 75. RGB value is (248,166,117). Sum of RGB (Red+Green+Blue) = 248+166+117=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A675 is #07598A. Grayscale: #B9B9B9. Windows color (decimal): -481675 or 7710456. OLE color: 7710456.

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

Color convert

RGB248166117-
CMYK00.330.530.03
HSL22.44º90.34%71.57%-
HSV(B)22.44º52.82%97.25%-
XYZ55.5648.5123.27-
YUV184.9389.67172.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=46.70%
G=31.26%
B=22.03%

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
Decimal24816611700.330.530.0322.4490.3471.57
HexF8A675021353165a48
Octal37024616504165326132110
Binary111110001010011011101010100001110101111011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A675; }

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

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

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

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

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

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

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

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