#F2A886

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

Shades of Tonys Pink #F2A886

Tints of Tonys Pink #F2A886

Color information

#F2A886 (or 0xF2A886) is unknown color: approx Tonys Pink. HEX triplet: F2, A8 and 86. RGB value is (242,168,134). Sum of RGB (Red+Green+Blue) = 242+168+134=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A886 is #0D5779. Grayscale: #BABABA. Windows color (decimal): -874362 or 8825074. OLE color: 8825074.

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

Color convert

RGB242168134-
CMYK00.310.450.05
HSL18.89º80.6%73.73%-
HSV(B)18.89º44.63%94.9%-
XYZ54.9248.629.04-
YUV186.2598.52167.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=44.49%
G=30.88%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216813400.310.450.0518.8980.673.73
HexF2A88601F2D513514a
Octal36225020603755523121112
Binary1111001010101000100001100111111011011011001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A886; }

 p { color: rgb(242,168,134); }

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

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

 a { background-color: rgb(242,168,134); }

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

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

 span { border-color: rgb(242,168,134); }

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