#F8A16A

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

Shades of Hit Pink #F8A16A

Tints of Hit Pink #F8A16A

Color information

#F8A16A (or 0xF8A16A) is unknown color: approx Hit Pink. HEX triplet: F8, A1 and 6A. RGB value is (248,161,106). Sum of RGB (Red+Green+Blue) = 248+161+106=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A16A is #075E95. Grayscale: #B5B5B5. Windows color (decimal): -482966 or 6988280. OLE color: 6988280.

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

Color convert

RGB248161106-
CMYK00.350.570.03
HSL23.24º91.03%69.41%-
HSV(B)23.24º57.26%97.25%-
XYZ54.0646.4919.76-
YUV180.7485.82175.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.16%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 106 (41.80% from 255) = 20.58%
R=48.16%
G=31.26%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816110600.350.570.0323.2491.0369.41
HexF8A16A023393175b45
Octal37024115204371327133105
Binary111110001010000111010100100011111001111011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A16A; }

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

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

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

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

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

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

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

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