#F2A38A

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

Shades of Tonys Pink #F2A38A

Tints of Tonys Pink #F2A38A

Color information

#F2A38A (or 0xF2A38A) is unknown color: approx Tonys Pink. HEX triplet: F2, A3 and 8A. RGB value is (242,163,138). Sum of RGB (Red+Green+Blue) = 242+163+138=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A38A is #0D5C75. Grayscale: #B7B7B7. Windows color (decimal): -875638 or 9085938. OLE color: 9085938.

HSL color Cylindrical-coordinate representation of color #F2A38A: hue angle of 14.42º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2A38A is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242163138-
CMYK00.330.430.05
HSL14.42º80%74.51%-
HSV(B)14.42º42.98%94.9%-
XYZ54.346.9130.24-
YUV183.77102.17169.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=44.57%
G=30.02%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216313800.330.430.0514.428074.51
HexF2A38A0212B5e504b
Octal36224321204153516120113
Binary1111001010100011100010100100001101011101111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A38A; }

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

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

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

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

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

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

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

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