#F1A08C

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

Shades of Tonys Pink #F1A08C

Tints of Tonys Pink #F1A08C

Color information

#F1A08C (or 0xF1A08C) is unknown color: approx Tonys Pink. HEX triplet: F1, A0 and 8C. RGB value is (241,160,140). Sum of RGB (Red+Green+Blue) = 241+160+140=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A08C is #0E5F73. Grayscale: #B6B6B6. Windows color (decimal): -941940 or 9216241. OLE color: 9216241.

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

Color convert

RGB241160140-
CMYK00.340.420.05
HSL11.88º78.29%74.71%-
HSV(B)11.88º41.91%94.51%-
XYZ53.5845.7430.81-
YUV181.94104.34170.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 140 (55.08% from 255) = 25.88%
R=44.55%
G=29.57%
B=25.88%

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
Decimal24116014000.340.420.0511.8878.2974.71
HexF1A08C0222A5c4e4b
Octal36124021404252514116113
Binary1111000110100000100011000100010101010101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A08C; }

 p { color: rgb(241,160,140); }

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

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

 a { background-color: rgb(241,160,140); }

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

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

 span { border-color: rgb(241,160,140); }

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