#F1A88C

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

Shades of Tonys Pink #F1A88C

Tints of Tonys Pink #F1A88C

Color information

#F1A88C (or 0xF1A88C) is unknown color: approx Tonys Pink. HEX triplet: F1, A8 and 8C. RGB value is (241,168,140). Sum of RGB (Red+Green+Blue) = 241+168+140=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A88C is #0E5773. Grayscale: #BABABA. Windows color (decimal): -939892 or 9218289. OLE color: 9218289.

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

Color convert

RGB241168140-
CMYK00.300.420.05
HSL16.63º78.29%74.71%-
HSV(B)16.63º41.91%94.51%-
XYZ55.0148.631.29-
YUV186.64101.68166.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 140 (55.08% from 255) = 25.50%
R=43.90%
G=30.60%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116814000.300.420.0516.6378.2974.71
HexF1A88C01E2A5114e4b
Octal36125021403652521116113
Binary1111000110101000100011000111101010101011000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A88C; }

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

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

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

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

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

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

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

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