#F9A16C

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

Shades of Hit Pink #F9A16C

Tints of Hit Pink #F9A16C

Color information

#F9A16C (or 0xF9A16C) is unknown color: approx Hit Pink. HEX triplet: F9, A1 and 6C. RGB value is (249,161,108). Sum of RGB (Red+Green+Blue) = 249+161+108=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A16C is #065E93. Grayscale: #B5B5B5. Windows color (decimal): -417428 or 7119353. OLE color: 7119353.

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

Color convert

RGB249161108-
CMYK00.350.570.02
HSL22.55º92.16%70%-
HSV(B)22.55º56.63%97.65%-
XYZ54.5246.7120.33-
YUV181.2786.65176.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=48.07%
G=31.08%
B=20.85%

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
Decimal24916110800.350.570.0222.5592.1670
HexF9A16C023392175c46
Octal37124115404371227134106
Binary111110011010000111011000100011111001101011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A16C; }

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

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

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

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

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

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

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

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