#F2A083

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

Shades of Tonys Pink #F2A083

Tints of Tonys Pink #F2A083

Color information

#F2A083 (or 0xF2A083) is unknown color: approx Tonys Pink. HEX triplet: F2, A0 and 83. RGB value is (242,160,131). Sum of RGB (Red+Green+Blue) = 242+160+131=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A083 is #0D5F7C. Grayscale: #B5B5B5. Windows color (decimal): -876413 or 8626418. OLE color: 8626418.

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

Color convert

RGB242160131-
CMYK00.340.460.05
HSL15.68º81.02%73.14%-
HSV(B)15.68º45.87%94.9%-
XYZ53.2945.6627.48-
YUV181.2199.67171.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 131 (51.56% from 255) = 24.58%
R=45.40%
G=30.02%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216013100.340.460.0515.6881.0273.14
HexF2A0830222E5105149
Octal36224020304256520121111
Binary11110010101000001000001101000101011101011000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A083; }

 p { color: rgb(242,160,131); }

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

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

 a { background-color: rgb(242,160,131); }

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

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

 span { border-color: rgb(242,160,131); }

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