#F9A16A

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

Shades of Hit Pink #F9A16A

Tints of Hit Pink #F9A16A

Color information

#F9A16A (or 0xF9A16A) is unknown color: approx Hit Pink. HEX triplet: F9, A1 and 6A. RGB value is (249,161,106). Sum of RGB (Red+Green+Blue) = 249+161+106=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A16A is #065E95. Grayscale: #B5B5B5. Windows color (decimal): -417430 or 6988281. OLE color: 6988281.

HSL color Cylindrical-coordinate representation of color #F9A16A: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9A16A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249161106-
CMYK00.350.570.02
HSL23.08º92.26%69.61%-
HSV(B)23.08º57.43%97.65%-
XYZ54.4146.6719.78-
YUV181.0485.65176.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.26%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=48.26%
G=31.20%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916110600.350.570.0223.0892.2669.61
HexF9A16A023392175c46
Octal37124115204371227134106
Binary111110011010000111010100100011111001101011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A16A; }

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

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

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

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

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

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

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

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