#F1A685

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

Shades of Tonys Pink #F1A685

Tints of Tonys Pink #F1A685

Color information

#F1A685 (or 0xF1A685) is unknown color: approx Tonys Pink. HEX triplet: F1, A6 and 85. RGB value is (241,166,133). Sum of RGB (Red+Green+Blue) = 241+166+133=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A685 is #0E597A. Grayscale: #B8B8B8. Windows color (decimal): -940411 or 8759025. OLE color: 8759025.

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

Color convert

RGB241166133-
CMYK00.310.450.05
HSL18.33º79.41%73.33%-
HSV(B)18.33º44.81%94.51%-
XYZ54.1547.6728.54-
YUV184.6698.85168.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=44.63%
G=30.74%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116613300.310.450.0518.3379.4173.33
HexF1A68501F2D5124f49
Octal36124620503755522117111
Binary1111000110100110100001010111111011011011001010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A685; }

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

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

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

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

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

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

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

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