Html Css Color HEX #F9A070 Hit Pink

📋 copy color: '#F9A070'

red 249 ◦ green 160 ◦ blue 112

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

Shades of Hit Pink #F9A070

Tints of Hit Pink #F9A070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

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

R = 47.79%
G = 30.71%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9A070 (or 0xF9A070) is known color: Hit Pink. HEX triplet: F9, A0 and 70. RGB value is (249,160,112). Sum of RGB (Red+Green+Blue) = 249+160+112=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A070 is #065F8F. Grayscale: #B5B5B5. Windows color (decimal): -417680 or 7381241. OLE color: 7381241.

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

Color convert

RGB 249 160 112 -
CMYK 0 0.36 0.55 0.02
HSL 21.02º 0.92% 0.71% -
HSV(B) 21.02º 0.55% 0.98% -
XYZ 54.56 46.45 21.42 -
YUV 181.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 249 160 112 0 0.36 0.55 0.02 21.02 0.92 0.71
Hex F9 A0 70 0 24 37 2 15 5C 47
Octal 371 240 160 0 44 67 2 25 134 107
Binary 11111001 10100000 1110000 0 100100 110111 10 10101 1011100 1000111

Color Harmonies of #F9A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A070

Black with #F9A070

Text Example


Text Example

White with #F9A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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