#F3A08E

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

Shades of Tonys Pink #F3A08E

Tints of Tonys Pink #F3A08E

Color information

#F3A08E (or 0xF3A08E) is unknown color: approx Tonys Pink. HEX triplet: F3, A0 and 8E. RGB value is (243,160,142). Sum of RGB (Red+Green+Blue) = 243+160+142=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A08E is #0C5F71. Grayscale: #B6B6B6. Windows color (decimal): -810866 or 9347315. OLE color: 9347315.

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

Color convert

RGB243160142-
CMYK00.340.420.05
HSL10.69º80.8%75.49%-
HSV(B)10.69º41.56%95.29%-
XYZ54.4246.1531.63-
YUV182.76105170.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.59%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=44.59%
G=29.36%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316014200.340.420.0510.6980.875.49
HexF3A08E0222A5b514b
Octal36324021604252513121113
Binary1111001110100000100011100100010101010101101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A08E; }

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

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

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

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

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

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

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

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