Html Css Color HEX #F2AA89 Tonys Pink

📋 copy color: '#F2AA89'

red 242 ◦ green 170 ◦ blue 137

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

Shades of Tonys Pink #F2AA89

Tints of Tonys Pink #F2AA89

RGB

 RED value IS 242 (94.92% from 255) = 44.08%

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

 BLUE value IS 137 (53.91% from 255) = 24.95%

R = 44.08%
G = 30.97%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2AA89 (or 0xF2AA89) is known color: Tonys Pink. HEX triplet: F2, AA and 89. RGB value is (242,170,137). Sum of RGB (Red+Green+Blue) = 242+170+137=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA89 is #0D5576. Grayscale: #BBBBBB. Windows color (decimal): -873847 or 9022194. OLE color: 9022194.

HSL color Cylindrical-coordinate representation of color #F2AA89: hue angle of 18.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2AA89 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 137 -
CMYK 0 0.30 0.43 0.05
HSL 18.86º 0.8% 0.74% -
HSV(B) 18.86º 0.43% 0.95% -
XYZ 55.51 49.43 30.28 -
YUV 187.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 242 170 137 0 0.30 0.43 0.05 18.86 0.8 0.74
Hex F2 AA 89 0 1E 2B 5 13 50 4A
Octal 362 252 211 0 36 53 5 23 120 112
Binary 11110010 10101010 10001001 0 11110 101011 101 10011 1010000 1001010

Color Harmonies of #F2AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA89

Black with #F2AA89

Text Example


Text Example

White with #F2AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA89; }

 p { color: rgb(242,170,137); }

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

background-color css

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

 a { background-color: rgb(242,170,137); }

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

border-color css

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

 span { border-color: rgb(242,170,137); }

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