#F9A06D

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

Shades of Hit Pink #F9A06D

Tints of Hit Pink #F9A06D

Color information

#F9A06D (or 0xF9A06D) is unknown color: approx Hit Pink. HEX triplet: F9, A0 and 6D. RGB value is (249,160,109). Sum of RGB (Red+Green+Blue) = 249+160+109=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A06D is #065F92. Grayscale: #B5B5B5. Windows color (decimal): -417683 or 7184633. OLE color: 7184633.

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

Color convert

RGB249160109-
CMYK00.360.560.02
HSL21.86º92.11%70.2%-
HSV(B)21.86º56.22%97.65%-
XYZ54.446.3920.55-
YUV180.887.49176.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 109 (42.97% from 255) = 21.04%
R=48.07%
G=30.89%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916010900.360.560.0221.8692.1170.2
HexF9A06D024382165c46
Octal37124015504470226134106
Binary111110011010000011011010100100111000101011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A06D; }

 p { color: rgb(249,160,109); }

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

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

 a { background-color: rgb(249,160,109); }

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

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

 span { border-color: rgb(249,160,109); }

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