#F2A789

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

Shades of Tonys Pink #F2A789

Tints of Tonys Pink #F2A789

Color information

#F2A789 (or 0xF2A789) is unknown color: approx Tonys Pink. HEX triplet: F2, A7 and 89. RGB value is (242,167,137). Sum of RGB (Red+Green+Blue) = 242+167+137=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A789 is #0D5876. Grayscale: #BABABA. Windows color (decimal): -874615 or 9021426. OLE color: 9021426.

HSL color Cylindrical-coordinate representation of color #F2A789: hue angle of 17.14º 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 #F2A789 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242167137-
CMYK00.310.430.05
HSL17.14º80.15%74.31%-
HSV(B)17.14º43.39%94.9%-
XYZ54.9548.3230.1-
YUV186100.35167.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.32%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 137 (53.91% from 255) = 25.09%
R=44.32%
G=30.59%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216713700.310.430.0517.1480.1574.31
HexF2A78901F2B511504a
Octal36224721103753521120112
Binary1111001010100111100010010111111010111011000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A789; }

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

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

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

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

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

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

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

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