#F2AA8A

Color #F2AA8A Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #F2AA8A

Tints of Tonys Pink #F2AA8A

Color information

#F2AA8A (or 0xF2AA8A) is unknown color: approx Tonys Pink. HEX triplet: F2, AA and 8A. RGB value is (242,170,138). Sum of RGB (Red+Green+Blue) = 242+170+138=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA8A is #0D5575. Grayscale: #BCBCBC. Windows color (decimal): -873846 or 9087730. OLE color: 9087730.

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

Color convert

RGB242170138-
CMYK00.300.430.05
HSL18.46º80%74.51%-
HSV(B)18.46º42.98%94.9%-
XYZ55.5849.4630.66-
YUV187.8899.85166.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=44%
G=30.91%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217013800.300.430.0518.468074.51
HexF2AA8A01E2B512504b
Octal36225221203653522120113
Binary1111001010101010100010100111101010111011001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AA8A; }

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

 H1.HeaderClassName
 {
   color: #F2AA8A;
 }
 .AnyTagClassName
 {
   color: #F2AA8A;
 }
</style>
background-color css

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

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

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

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

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

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