#F9A96F

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

Shades of Hit Pink #F9A96F

Tints of Hit Pink #F9A96F

Color information

#F9A96F (or 0xF9A96F) is unknown color: approx Hit Pink. HEX triplet: F9, A9 and 6F. RGB value is (249,169,111). Sum of RGB (Red+Green+Blue) = 249+169+111=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A96F is #065690. Grayscale: #BABABA. Windows color (decimal): -415377 or 7318009. OLE color: 7318009.

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

Color convert

RGB249169111-
CMYK00.320.550.02
HSL25.22º92%70.59%-
HSV(B)25.22º55.42%97.65%-
XYZ56.1249.6621.67-
YUV186.3185.5172.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 111 (43.75% from 255) = 20.98%
R=47.07%
G=31.95%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916911100.320.550.0225.229270.59
HexF9A96F020372195c47
Octal37125115704067231134107
Binary111110011010100111011110100000110111101100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A96F; }

 p { color: rgb(249,169,111); }

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

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

 a { background-color: rgb(249,169,111); }

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

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

 span { border-color: rgb(249,169,111); }

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