Html Css Color HEX #F0A0AA Illusion

📋 copy color: '#F0A0AA'

red 240 ◦ green 160 ◦ blue 170

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

Shades of Illusion #F0A0AA

Tints of Illusion #F0A0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.82%

R = 42.11%
G = 28.07%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0A0AA (or 0xF0A0AA) is known color: Illusion. HEX triplet: F0, A0 and AA. RGB value is (240,160,170). Sum of RGB (Red+Green+Blue) = 240+160+170=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0AA is #0F5F55. Grayscale: #B9B9B9. Windows color (decimal): -1007446 or 11182320. OLE color: 11182320.

HSL color Cylindrical-coordinate representation of color #F0A0AA: hue angle of 352.5º 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 #F0A0AA is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 170 -
CMYK 0 0.33 0.29 0.06
HSL 352.5º 0.73% 0.78% -
HSV(B) 352.5º 0.33% 0.94% -
XYZ 55.76 46.57 44.08 -
YUV 185.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 240 160 170 0 0.33 0.29 0.06 352.5 0.73 0.78
Hex F0 A0 AA 0 21 1D 6 160 49 4E
Octal 360 240 252 0 41 35 6 540 111 116
Binary 11110000 10100000 10101010 0 100001 11101 110 101100000 1001001 1001110

Color Harmonies of #F0A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0AA

Black with #F0A0AA

Text Example


Text Example

White with #F0A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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