#F1A38C

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

Shades of Tonys Pink #F1A38C

Tints of Tonys Pink #F1A38C

Color information

#F1A38C (or 0xF1A38C) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 8C. RGB value is (241,163,140). Sum of RGB (Red+Green+Blue) = 241+163+140=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A38C is #0E5C73. Grayscale: #B7B7B7. Windows color (decimal): -941172 or 9217009. OLE color: 9217009.

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

Color convert

RGB241163140-
CMYK00.320.420.05
HSL13.66º78.29%74.71%-
HSV(B)13.66º41.91%94.51%-
XYZ54.1146.7930.99-
YUV183.7103.34168.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=44.30%
G=29.96%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116314000.320.420.0513.6678.2974.71
HexF1A38C0202A5e4e4b
Octal36124321404052516116113
Binary1111000110100011100011000100000101010101111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A38C; }

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

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

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

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

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

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

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

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