#F8A46A

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

Shades of Hit Pink #F8A46A

Tints of Hit Pink #F8A46A

Color information

#F8A46A (or 0xF8A46A) is unknown color: approx Hit Pink. HEX triplet: F8, A4 and 6A. RGB value is (248,164,106). Sum of RGB (Red+Green+Blue) = 248+164+106=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A46A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A46A is #075B95. Grayscale: #B6B6B6. Windows color (decimal): -482198 or 6989048. OLE color: 6989048.

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

Color convert

RGB248164106-
CMYK00.340.570.03
HSL24.51º91.03%69.41%-
HSV(B)24.51º57.26%97.25%-
XYZ54.5947.5519.94-
YUV182.584.83174.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.88%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 106 (41.80% from 255) = 20.46%
R=47.88%
G=31.66%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816410600.340.570.0324.5191.0369.41
HexF8A46A022393195b45
Octal37024415204271331133105
Binary111110001010010011010100100010111001111100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A46A; }

 p { color: rgb(248,164,106); }

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

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

 a { background-color: rgb(248,164,106); }

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

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

 span { border-color: rgb(248,164,106); }

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