Html Css Color HEX #F9A0AF Illusion

📋 copy color: '#F9A0AF'

red 249 ◦ green 160 ◦ blue 175

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

Shades of Illusion #F9A0AF

Tints of Illusion #F9A0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.97%

R = 42.64%
G = 27.4%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9A0AF (or 0xF9A0AF) is known color: Illusion. HEX triplet: F9, A0 and AF. RGB value is (249,160,175). Sum of RGB (Red+Green+Blue) = 249+160+175=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A0AF is #065F50. Grayscale: #BCBCBC. Windows color (decimal): -417617 or 11510009. OLE color: 11510009.

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

Color convert

RGB 249 160 175 -
CMYK 0 0.36 0.30 0.02
HSL 349.89º 0.88% 0.8% -
HSV(B) 349.89º 0.36% 0.98% -
XYZ 59.38 48.38 46.77 -
YUV 188.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 249 160 175 0 0.36 0.30 0.02 349.89 0.88 0.8
Hex F9 A0 AF 0 24 1E 2 15E 58 50
Octal 371 240 257 0 44 36 2 536 130 120
Binary 11111001 10100000 10101111 0 100100 11110 10 101011110 1011000 1010000

Color Harmonies of #F9A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A0AF

Black with #F9A0AF

Text Example


Text Example

White with #F9A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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