Html Css Color HEX #F6A0AF Illusion

📋 copy color: '#F6A0AF'

red 246 ◦ green 160 ◦ blue 175

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

Shades of Illusion #F6A0AF

Tints of Illusion #F6A0AF

RGB

 RED value IS 246 (96.48% from 255) = 42.34%

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

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

R = 42.34%
G = 27.54%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6A0AF (or 0xF6A0AF) is known color: Illusion. HEX triplet: F6, A0 and AF. RGB value is (246,160,175). Sum of RGB (Red+Green+Blue) = 246+160+175=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A0AF is #095F50. Grayscale: #BBBBBB. Windows color (decimal): -614225 or 11510006. OLE color: 11510006.

HSL color Cylindrical-coordinate representation of color #F6A0AF: hue angle of 349.53º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A0AF is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 160 175 -
CMYK 0 0.35 0.29 0.04
HSL 349.53º 0.83% 0.8% -
HSV(B) 349.53º 0.35% 0.96% -
XYZ 58.31 47.83 46.72 -
YUV 187.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 246 160 175 0 0.35 0.29 0.04 349.53 0.83 0.8
Hex F6 A0 AF 0 23 1D 4 15E 53 50
Octal 366 240 257 0 43 35 4 536 123 120
Binary 11110110 10100000 10101111 0 100011 11101 100 101011110 1010011 1010000

Color Harmonies of #F6A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A0AF

Black with #F6A0AF

Text Example


Text Example

White with #F6A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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