Html Css Color HEX #F9A06C Hit Pink

📋 copy color: '#F9A06C'

red 249 ◦ green 160 ◦ blue 108

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

Shades of Hit Pink #F9A06C

Tints of Hit Pink #F9A06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.89%

R = 48.16%
G = 30.95%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9A06C (or 0xF9A06C) is known color: Hit Pink. HEX triplet: F9, A0 and 6C. RGB value is (249,160,108). Sum of RGB (Red+Green+Blue) = 249+160+108=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A06C is #065F93. Grayscale: #B4B4B4. Windows color (decimal): -417684 or 7119097. OLE color: 7119097.

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

Color convert

RGB 249 160 108 -
CMYK 0 0.36 0.57 0.02
HSL 22.13º 0.92% 0.7% -
HSV(B) 22.13º 0.57% 0.98% -
XYZ 54.34 46.36 20.27 -
YUV 180.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 249 160 108 0 0.36 0.57 0.02 22.13 0.92 0.7
Hex F9 A0 6C 0 24 39 2 16 5C 46
Octal 371 240 154 0 44 71 2 26 134 106
Binary 11111001 10100000 1101100 0 100100 111001 10 10110 1011100 1000110

Color Harmonies of #F9A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A06C

Black with #F9A06C

Text Example


Text Example

White with #F9A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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