#F1A885

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

Shades of Tonys Pink #F1A885

Tints of Tonys Pink #F1A885

Color information

#F1A885 (or 0xF1A885) is unknown color: approx Tonys Pink. HEX triplet: F1, A8 and 85. RGB value is (241,168,133). Sum of RGB (Red+Green+Blue) = 241+168+133=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A885 is #0E577A. Grayscale: #BABABA. Windows color (decimal): -939899 or 8759537. OLE color: 8759537.

HSL color Cylindrical-coordinate representation of color #F1A885: hue angle of 19.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1A885 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241168133-
CMYK00.300.450.05
HSL19.44º79.41%73.33%-
HSV(B)19.44º44.81%94.51%-
XYZ54.5148.428.66-
YUV185.8498.18167.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=44.46%
G=31.00%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116813300.300.450.0519.4479.4173.33
HexF1A88501E2D5134f49
Octal36125020503655523117111
Binary1111000110101000100001010111101011011011001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A885; }

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

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

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

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

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

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

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

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