#F0A193

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

Shades of Tonys Pink #F0A193

Tints of Tonys Pink #F0A193

Color information

#F0A193 (or 0xF0A193) is unknown color: approx Tonys Pink. HEX triplet: F0, A1 and 93. RGB value is (240,161,147). Sum of RGB (Red+Green+Blue) = 240+161+147=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A193 is #0F5E6C. Grayscale: #B7B7B7. Windows color (decimal): -1007213 or 9675248. OLE color: 9675248.

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

Color convert

RGB240161147-
CMYK00.330.390.06
HSL9.03º75.61%75.88%-
HSV(B)9.03º38.75%94.12%-
XYZ53.9546.1233.66-
YUV183.02107.67168.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=43.80%
G=29.38%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016114700.330.390.069.0375.6175.88
HexF0A19302127694c4c
Octal36024122304147611114114
Binary1111000010100001100100110100001100111110100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A193; }

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

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

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

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

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

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

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

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