Html Css Color HEX #F0A0AC Illusion

📋 copy color: '#F0A0AC'

red 240 ◦ green 160 ◦ blue 172

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

Shades of Illusion #F0A0AC

Tints of Illusion #F0A0AC

RGB

 RED value IS 240 (94.14% from 255) = 41.96%

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

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 41.96%
G = 27.97%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0A0AC (or 0xF0A0AC) is known color: Illusion. HEX triplet: F0, A0 and AC. RGB value is (240,160,172). Sum of RGB (Red+Green+Blue) = 240+160+172=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0AC is #0F5F53. Grayscale: #B9B9B9. Windows color (decimal): -1007444 or 11313392. OLE color: 11313392.

HSL color Cylindrical-coordinate representation of color #F0A0AC: hue angle of 351º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0AC is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 172 -
CMYK 0 0.33 0.28 0.06
HSL 351º 0.73% 0.78% -
HSV(B) 351º 0.33% 0.94% -
XYZ 55.95 46.65 45.08 -
YUV 185.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 240 160 172 0 0.33 0.28 0.06 351 0.73 0.78
Hex F0 A0 AC 0 21 1C 6 15F 49 4E
Octal 360 240 254 0 41 34 6 537 111 116
Binary 11110000 10100000 10101100 0 100001 11100 110 101011111 1001001 1001110

Color Harmonies of #F0A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0AC

Black with #F0A0AC

Text Example


Text Example

White with #F0A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0AC; }

 p { color: rgb(240,160,172); }

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

background-color css

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

 a { background-color: rgb(240,160,172); }

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

border-color css

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

 span { border-color: rgb(240,160,172); }

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