#F2A084

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

Shades of Tonys Pink #F2A084

Tints of Tonys Pink #F2A084

Color information

#F2A084 (or 0xF2A084) is unknown color: approx Tonys Pink. HEX triplet: F2, A0 and 84. RGB value is (242,160,132). Sum of RGB (Red+Green+Blue) = 242+160+132=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A084 is #0D5F7B. Grayscale: #B5B5B5. Windows color (decimal): -876412 or 8691954. OLE color: 8691954.

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

Color convert

RGB242160132-
CMYK00.340.450.05
HSL15.27º80.88%73.33%-
HSV(B)15.27º45.45%94.9%-
XYZ53.3545.6827.84-
YUV181.33100.17171.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=45.32%
G=29.96%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216013200.340.450.0515.2780.8873.33
HexF2A0840222D5f5149
Octal36224020404255517121111
Binary1111001010100000100001000100010101101101111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A084; }

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

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

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

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

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

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

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

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