Html Css Color HEX #F9A068 Hit Pink

📋 copy color: '#F9A068'

red 249 ◦ green 160 ◦ blue 104

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

Shades of Hit Pink #F9A068

Tints of Hit Pink #F9A068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 48.54%
G = 31.19%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F9A068 (or 0xF9A068) is known color: Hit Pink. HEX triplet: F9, A0 and 68. RGB value is (249,160,104). Sum of RGB (Red+Green+Blue) = 249+160+104=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A068 is #065F97. Grayscale: #B4B4B4. Windows color (decimal): -417688 or 6856953. OLE color: 6856953.

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

Color convert

RGB 249 160 104 -
CMYK 0 0.36 0.58 0.02
HSL 23.17º 0.92% 0.69% -
HSV(B) 23.17º 0.58% 0.98% -
XYZ 54.14 46.28 19.18 -
YUV 180.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 249 160 104 0 0.36 0.58 0.02 23.17 0.92 0.69
Hex F9 A0 68 0 24 3A 2 17 5C 45
Octal 371 240 150 0 44 72 2 27 134 105
Binary 11111001 10100000 1101000 0 100100 111010 10 10111 1011100 1000101

Color Harmonies of #F9A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A068

Black with #F9A068

Text Example


Text Example

White with #F9A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A068; }

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

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

background-color css

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

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

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

border-color css

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

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

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