#F1A38F

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

Shades of Tonys Pink #F1A38F

Tints of Tonys Pink #F1A38F

Color information

#F1A38F (or 0xF1A38F) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 8F. RGB value is (241,163,143). Sum of RGB (Red+Green+Blue) = 241+163+143=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A38F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A38F is #0E5C70. Grayscale: #B8B8B8. Windows color (decimal): -941169 or 9413617. OLE color: 9413617.

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

Color convert

RGB241163143-
CMYK00.320.410.05
HSL12.24º77.78%75.29%-
HSV(B)12.24º40.66%94.51%-
XYZ54.3346.8832.17-
YUV184.04104.84168.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 143 (56.25% from 255) = 26.14%
R=44.06%
G=29.80%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116314300.320.410.0512.2477.7875.29
HexF1A38F020295c4e4b
Octal36124321704051514116113
Binary1111000110100011100011110100000101001101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A38F; }

 p { color: rgb(241,163,143); }

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

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

 a { background-color: rgb(241,163,143); }

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

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

 span { border-color: rgb(241,163,143); }

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