#F3A08D

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

Shades of Tonys Pink #F3A08D

Tints of Tonys Pink #F3A08D

Color information

#F3A08D (or 0xF3A08D) is unknown color: approx Tonys Pink. HEX triplet: F3, A0 and 8D. RGB value is (243,160,141). Sum of RGB (Red+Green+Blue) = 243+160+141=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A08D is #0C5F72. Grayscale: #B6B6B6. Windows color (decimal): -810867 or 9281779. OLE color: 9281779.

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

Color convert

RGB243160141-
CMYK00.340.420.05
HSL11.18º80.95%75.29%-
HSV(B)11.18º41.98%95.29%-
XYZ54.3446.1231.24-
YUV182.65104.5171.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.67%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=44.67%
G=29.41%
B=25.92%

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
Decimal24316014100.340.420.0511.1880.9575.29
HexF3A08D0222A5b514b
Octal36324021504252513121113
Binary1111001110100000100011010100010101010101101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A08D; }

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

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

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

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

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

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

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

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