Html Css Color HEX #F0AA8A Tonys Pink

📋 copy color: '#F0AA8A'

red 240 ◦ green 170 ◦ blue 138

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

Shades of Tonys Pink #F0AA8A

Tints of Tonys Pink #F0AA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.02%

 BLUE value IS 138 (54.3% from 255) = 25.18%

R = 43.8%
G = 31.02%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0AA8A (or 0xF0AA8A) is known color: Tonys Pink. HEX triplet: F0, AA and 8A. RGB value is (240,170,138). Sum of RGB (Red+Green+Blue) = 240+170+138=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA8A is #0F5575. Grayscale: #BBBBBB. Windows color (decimal): -1004918 or 9087728. OLE color: 9087728.

HSL color Cylindrical-coordinate representation of color #F0AA8A: hue angle of 18.82º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0AA8A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 138 -
CMYK 0 0.29 0.42 0.06
HSL 18.82º 0.77% 0.74% -
HSV(B) 18.82º 0.43% 0.94% -
XYZ 54.9 49.11 30.63 -
YUV 187.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 240 170 138 0 0.29 0.42 0.06 18.82 0.77 0.74
Hex F0 AA 8A 0 1D 2A 6 13 4D 4A
Octal 360 252 212 0 35 52 6 23 115 112
Binary 11110000 10101010 10001010 0 11101 101010 110 10011 1001101 1001010

Color Harmonies of #F0AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA8A

Black with #F0AA8A

Text Example


Text Example

White with #F0AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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