Html Css Color HEX #F9A275 Hit Pink

📋 copy color: '#F9A275'

red 249 ◦ green 162 ◦ blue 117

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

Shades of Hit Pink #F9A275

Tints of Hit Pink #F9A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.68%

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

R = 47.16%
G = 30.68%
B = 22.16%

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

#F9A275 (or 0xF9A275) is known color: Hit Pink. HEX triplet: F9, A2 and 75. RGB value is (249,162,117). Sum of RGB (Red+Green+Blue) = 249+162+117=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A275 is #065D8A. Grayscale: #B7B7B7. Windows color (decimal): -417163 or 7709433. OLE color: 7709433.

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

Color convert

RGB 249 162 117 -
CMYK 0 0.35 0.53 0.02
HSL 20.45º 0.92% 0.72% -
HSV(B) 20.45º 0.53% 0.98% -
XYZ 55.2 47.26 23.04 -
YUV 182.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 249 162 117 0 0.35 0.53 0.02 20.45 0.92 0.72
Hex F9 A2 75 0 23 35 2 14 5C 48
Octal 371 242 165 0 43 65 2 24 134 110
Binary 11111001 10100010 1110101 0 100011 110101 10 10100 1011100 1001000

Color Harmonies of #F9A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A275

Black with #F9A275

Text Example


Text Example

White with #F9A275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A275; }

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

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

background-color css

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

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

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

border-color css

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

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

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