#f8a874

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

Shades of Hit Pink #F8A874

Tints of Hit Pink #F8A874

Color information

#F8A874 (or 0xF8A874) is unknown color: approx Hit Pink. HEX triplet: F8, A8 and 74. RGB value is (248,168,116). Sum of RGB (Red+Green+Blue) = 248+168+116=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A874 is #07578B. Grayscale: #BABABA. Windows color (decimal): -481164 or 7645432. OLE color: 7645432.

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

Color convert

RGB248168116-
CMYK00.320.530.03
HSL23.64º90.41%71.37%-
HSV(B)23.64º53.23%97.25%-
XYZ55.8749.2223.08-
YUV185.9988.5172.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.62%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 116 (45.70% from 255) = 21.80%
R=46.62%
G=31.58%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816811600.320.530.0323.6490.4171.37
HexF8A874020353185a47
Octal37025016404065330132107
Binary111110001010100011101000100000110101111100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a874; }

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

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

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

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

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

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

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

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