Html Css Color HEX #F6A1BA Illusion

📋 copy color: '#F6A1BA'

red 246 ◦ green 161 ◦ blue 186

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

Shades of Illusion #F6A1BA

Tints of Illusion #F6A1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.15%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 41.48%
G = 27.15%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6A1BA (or 0xF6A1BA) is known color: Illusion. HEX triplet: F6, A1 and BA. RGB value is (246,161,186). Sum of RGB (Red+Green+Blue) = 246+161+186=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1BA is #095E45. Grayscale: #BDBDBD. Windows color (decimal): -613958 or 12231158. OLE color: 12231158.

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

Color convert

RGB 246 161 186 -
CMYK 0 0.35 0.24 0.04
HSL 342.35º 0.83% 0.8% -
HSV(B) 342.35º 0.35% 0.96% -
XYZ 59.61 48.63 52.7 -
YUV 189.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 246 161 186 0 0.35 0.24 0.04 342.35 0.83 0.8
Hex F6 A1 BA 0 23 18 4 156 53 50
Octal 366 241 272 0 43 30 4 526 123 120
Binary 11110110 10100001 10111010 0 100011 11000 100 101010110 1010011 1010000

Color Harmonies of #F6A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A1BA

Black with #F6A1BA

Text Example


Text Example

White with #F6A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A1BA; }

 p { color: rgb(246,161,186); }

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

background-color css

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

 a { background-color: rgb(246,161,186); }

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

border-color css

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

 span { border-color: rgb(246,161,186); }

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