#F1A08D

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

Shades of Tonys Pink #F1A08D

Tints of Tonys Pink #F1A08D

Color information

#F1A08D (or 0xF1A08D) is unknown color: approx Tonys Pink. HEX triplet: F1, A0 and 8D. RGB value is (241,160,141). Sum of RGB (Red+Green+Blue) = 241+160+141=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A08D is #0E5F72. Grayscale: #B6B6B6. Windows color (decimal): -941939 or 9281777. OLE color: 9281777.

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

Color convert

RGB241160141-
CMYK00.340.410.05
HSL11.4º78.12%74.9%-
HSV(B)11.4º41.49%94.51%-
XYZ53.6545.7731.21-
YUV182.05104.84170.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 160 (62.89% from 255) = 29.52%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=44.46%
G=29.52%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116014100.340.410.0511.478.1274.9
HexF1A08D022295b4e4b
Octal36124021504251513116113
Binary1111000110100000100011010100010101001101101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A08D; }

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

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

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

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

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

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

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

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