#F2A383

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

Shades of Tonys Pink #F2A383

Tints of Tonys Pink #F2A383

Color information

#F2A383 (or 0xF2A383) is unknown color: approx Tonys Pink. HEX triplet: F2, A3 and 83. RGB value is (242,163,131). Sum of RGB (Red+Green+Blue) = 242+163+131=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A383 is #0D5C7C. Grayscale: #B7B7B7. Windows color (decimal): -875645 or 8627186. OLE color: 8627186.

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

Color convert

RGB242163131-
CMYK00.330.460.05
HSL17.3º81.02%73.14%-
HSV(B)17.3º45.87%94.9%-
XYZ53.8146.7127.65-
YUV182.9798.67170.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 131 (51.56% from 255) = 24.44%
R=45.15%
G=30.41%
B=24.44%

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
Decimal24216313100.330.460.0517.381.0273.14
HexF2A3830212E5115149
Octal36224320304156521121111
Binary11110010101000111000001101000011011101011000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A383; }

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

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

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

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

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

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

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

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