#F1A490

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

Shades of Tonys Pink #F1A490

Tints of Tonys Pink #F1A490

Color information

#F1A490 (or 0xF1A490) is unknown color: approx Tonys Pink. HEX triplet: F1, A4 and 90. RGB value is (241,164,144). Sum of RGB (Red+Green+Blue) = 241+164+144=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A490 is #0E5B6F. Grayscale: #B8B8B8. Windows color (decimal): -940912 or 9479409. OLE color: 9479409.

HSL color Cylindrical-coordinate representation of color #F1A490: hue angle of 12.37º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1A490 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241164144-
CMYK00.320.400.05
HSL12.37º77.6%75.49%-
HSV(B)12.37º40.25%94.51%-
XYZ54.5947.2732.63-
YUV184.74105.01168.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 144 (56.64% from 255) = 26.23%
R=43.90%
G=29.87%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116414400.320.400.0512.3777.675.49
HexF1A490020285c4e4b
Octal36124422004050514116113
Binary1111000110100100100100000100000101000101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A490; }

 p { color: rgb(241,164,144); }

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

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

 a { background-color: rgb(241,164,144); }

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

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

 span { border-color: rgb(241,164,144); }

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