#F1A38A

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

Shades of Tonys Pink #F1A38A

Tints of Tonys Pink #F1A38A

Color information

#F1A38A (or 0xF1A38A) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 8A. RGB value is (241,163,138). Sum of RGB (Red+Green+Blue) = 241+163+138=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A38A is #0E5C75. Grayscale: #B7B7B7. Windows color (decimal): -941174 or 9085937. OLE color: 9085937.

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

Color convert

RGB241163138-
CMYK00.320.430.05
HSL14.56º78.63%74.31%-
HSV(B)14.56º42.74%94.51%-
XYZ53.9646.7330.22-
YUV183.47102.34169.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=44.46%
G=30.07%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116313800.320.430.0514.5678.6374.31
HexF1A38A0202B5f4f4a
Octal36124321204053517117112
Binary1111000110100011100010100100000101011101111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A38A; }

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

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

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

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

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

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

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

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