#F2A081

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

Shades of Tonys Pink #F2A081

Tints of Tonys Pink #F2A081

Color information

#F2A081 (or 0xF2A081) is unknown color: approx Tonys Pink. HEX triplet: F2, A0 and 81. RGB value is (242,160,129). Sum of RGB (Red+Green+Blue) = 242+160+129=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A081 is #0D5F7E. Grayscale: #B5B5B5. Windows color (decimal): -876415 or 8495346. OLE color: 8495346.

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

Color convert

RGB242160129-
CMYK00.340.470.05
HSL16.46º81.29%72.75%-
HSV(B)16.46º46.69%94.9%-
XYZ53.1545.626.77-
YUV180.9898.67171.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=45.57%
G=30.13%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216012900.340.470.0516.4681.2972.75
HexF2A0810222F5105149
Octal36224020104257520121111
Binary11110010101000001000000101000101011111011000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A081; }

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

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

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

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

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

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

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

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