#F1A58A

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

Shades of Tonys Pink #F1A58A

Tints of Tonys Pink #F1A58A

Color information

#F1A58A (or 0xF1A58A) is unknown color: approx Tonys Pink. HEX triplet: F1, A5 and 8A. RGB value is (241,165,138). Sum of RGB (Red+Green+Blue) = 241+165+138=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A58A is #0E5A75. Grayscale: #B8B8B8. Windows color (decimal): -940662 or 9086449. OLE color: 9086449.

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

Color convert

RGB241165138-
CMYK00.320.430.05
HSL15.73º78.63%74.31%-
HSV(B)15.73º42.74%94.51%-
XYZ54.3247.4530.34-
YUV184.65101.68168.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=44.30%
G=30.33%
B=25.37%

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
Decimal24116513800.320.430.0515.7378.6374.31
HexF1A58A0202B5104f4a
Octal36124521204053520117112
Binary11110001101001011000101001000001010111011000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A58A; }

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

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

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

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

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

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

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

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