#F3A48E

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

Shades of Tonys Pink #F3A48E

Tints of Tonys Pink #F3A48E

Color information

#F3A48E (or 0xF3A48E) is unknown color: approx Tonys Pink. HEX triplet: F3, A4 and 8E. RGB value is (243,164,142). Sum of RGB (Red+Green+Blue) = 243+164+142=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A48E is #0C5B71. Grayscale: #B9B9B9. Windows color (decimal): -809842 or 9348339. OLE color: 9348339.

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

Color convert

RGB243164142-
CMYK00.330.420.05
HSL13.07º80.8%75.49%-
HSV(B)13.07º41.56%95.29%-
XYZ55.1247.5631.87-
YUV185.11103.67169.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.26%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=44.26%
G=29.87%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316414200.330.420.0513.0780.875.49
HexF3A48E0212A5d514b
Octal36324421604152515121113
Binary1111001110100100100011100100001101010101110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A48E; }

 p { color: rgb(243,164,142); }

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

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

 a { background-color: rgb(243,164,142); }

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

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

 span { border-color: rgb(243,164,142); }

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