#F9A16B

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

Shades of Hit Pink #F9A16B

Tints of Hit Pink #F9A16B

Color information

#F9A16B (or 0xF9A16B) is unknown color: approx Hit Pink. HEX triplet: F9, A1 and 6B. RGB value is (249,161,107). Sum of RGB (Red+Green+Blue) = 249+161+107=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A16B is #065E94. Grayscale: #B5B5B5. Windows color (decimal): -417429 or 7053817. OLE color: 7053817.

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

Color convert

RGB249161107-
CMYK00.350.570.02
HSL22.82º92.21%69.8%-
HSV(B)22.82º57.03%97.65%-
XYZ54.4746.6920.05-
YUV181.1686.15176.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=48.16%
G=31.14%
B=20.70%

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
Decimal24916110700.350.570.0222.8292.2169.8
HexF9A16B023392175c46
Octal37124115304371227134106
Binary111110011010000111010110100011111001101011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A16B; }

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

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

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

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

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

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

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

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