#F0A194

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

Shades of Tonys Pink #F0A194

Tints of Tonys Pink #F0A194

Color information

#F0A194 (or 0xF0A194) is unknown color: approx Tonys Pink. HEX triplet: F0, A1 and 94. RGB value is (240,161,148). Sum of RGB (Red+Green+Blue) = 240+161+148=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A194 is #0F5E6B. Grayscale: #B7B7B7. Windows color (decimal): -1007212 or 9740784. OLE color: 9740784.

HSL color Cylindrical-coordinate representation of color #F0A194: hue angle of 8.48º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A194 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240161148-
CMYK00.330.380.06
HSL8.48º75.41%76.08%-
HSV(B)8.48º38.33%94.12%-
XYZ54.0346.1534.08-
YUV183.14108.17168.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=43.72%
G=29.33%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016114800.330.380.068.4875.4176.08
HexF0A19402126684b4c
Octal36024122404146610113114
Binary1111000010100001100101000100001100110110100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A194; }

 p { color: rgb(240,161,148); }

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

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

 a { background-color: rgb(240,161,148); }

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

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

 span { border-color: rgb(240,161,148); }

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