Html Css Color HEX #F9A770 Hit Pink

📋 copy color: '#F9A770'

red 249 ◦ green 167 ◦ blue 112

#F9A770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F9A770

Tints of Hit Pink #F9A770

RGB

 RED value IS 249 (97.66% from 255) = 47.16%

 GREEN value IS 167 (65.63% from 255) = 31.63%

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 47.16%
G = 31.63%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9A770 (or 0xF9A770) is known color: Hit Pink. HEX triplet: F9, A7 and 70. RGB value is (249,167,112). Sum of RGB (Red+Green+Blue) = 249+167+112=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A770 is #06588F. Grayscale: #B9B9B9. Windows color (decimal): -415888 or 7383033. OLE color: 7383033.

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

Color convert

RGB 249 167 112 -
CMYK 0 0.33 0.55 0.02
HSL 24.09º 0.92% 0.71% -
HSV(B) 24.09º 0.55% 0.98% -
XYZ 55.81 48.95 21.84 -
YUV 185.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 249 167 112 0 0.33 0.55 0.02 24.09 0.92 0.71
Hex F9 A7 70 0 21 37 2 18 5C 47
Octal 371 247 160 0 41 67 2 30 134 107
Binary 11111001 10100111 1110000 0 100001 110111 10 11000 1011100 1000111

Color Harmonies of #F9A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A770

Black with #F9A770

Text Example


Text Example

White with #F9A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A770; }

 p { color: rgb(249,167,112); }

 H1.HeaderClassName
 {
   color: #F9A770;
 }
 .AnyTagClassName
 {
   color: #F9A770;
 }
</style>

background-color css

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

 a { background-color: rgb(249,167,112); }

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

border-color css

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

 span { border-color: rgb(249,167,112); }

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