#F2A183

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

Shades of Tonys Pink #F2A183

Tints of Tonys Pink #F2A183

Color information

#F2A183 (or 0xF2A183) is unknown color: approx Tonys Pink. HEX triplet: F2, A1 and 83. RGB value is (242,161,131). Sum of RGB (Red+Green+Blue) = 242+161+131=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A183 is #0D5E7C. Grayscale: #B5B5B5. Windows color (decimal): -876157 or 8626674. OLE color: 8626674.

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

Color convert

RGB242161131-
CMYK00.330.460.05
HSL16.22º81.02%73.14%-
HSV(B)16.22º45.87%94.9%-
XYZ53.4646.0127.54-
YUV181.899.34170.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=45.32%
G=30.15%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216113100.330.460.0516.2281.0273.14
HexF2A1830212E5105149
Octal36224120304156520121111
Binary11110010101000011000001101000011011101011000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A183; }

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

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

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

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

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

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

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

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