#F9AA6F

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

Shades of Hit Pink #F9AA6F

Tints of Hit Pink #F9AA6F

Color information

#F9AA6F (or 0xF9AA6F) is unknown color: approx Hit Pink. HEX triplet: F9, AA and 6F. RGB value is (249,170,111). Sum of RGB (Red+Green+Blue) = 249+170+111=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA6F is #065590. Grayscale: #BBBBBB. Windows color (decimal): -415121 or 7318265. OLE color: 7318265.

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

Color convert

RGB249170111-
CMYK00.320.550.02
HSL25.65º92%70.59%-
HSV(B)25.65º55.42%97.65%-
XYZ56.3150.0421.73-
YUV186.985.17172.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=46.98%
G=32.08%
B=20.94%

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
Decimal24917011100.320.550.0225.659270.59
HexF9AA6F0203721a5c47
Octal37125215704067232134107
Binary111110011010101011011110100000110111101101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AA6F; }

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

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

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

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

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

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

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

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