Html Css Color HEX #F9A175 Hit Pink

📋 copy color: '#F9A175'

red 249 ◦ green 161 ◦ blue 117

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

Shades of Hit Pink #F9A175

Tints of Hit Pink #F9A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.55%

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 47.25%
G = 30.55%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9A175 (or 0xF9A175) is known color: Hit Pink. HEX triplet: F9, A1 and 75. RGB value is (249,161,117). Sum of RGB (Red+Green+Blue) = 249+161+117=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A175 is #065E8A. Grayscale: #B6B6B6. Windows color (decimal): -417419 or 7709177. OLE color: 7709177.

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

Color convert

RGB 249 161 117 -
CMYK 0 0.35 0.53 0.02
HSL 20º 0.92% 0.72% -
HSV(B) 20º 0.53% 0.98% -
XYZ 55.02 46.91 22.98 -
YUV 182.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 249 161 117 0 0.35 0.53 0.02 20 0.92 0.72
Hex F9 A1 75 0 23 35 2 14 5C 48
Octal 371 241 165 0 43 65 2 24 134 110
Binary 11111001 10100001 1110101 0 100011 110101 10 10100 1011100 1001000

Color Harmonies of #F9A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A175

Black with #F9A175

Text Example


Text Example

White with #F9A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A175; }

 p { color: rgb(249,161,117); }

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

background-color css

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

 a { background-color: rgb(249,161,117); }

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

border-color css

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

 span { border-color: rgb(249,161,117); }

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