#F0A192

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

Shades of Tonys Pink #F0A192

Tints of Tonys Pink #F0A192

Color information

#F0A192 (or 0xF0A192) is unknown color: approx Tonys Pink. HEX triplet: F0, A1 and 92. RGB value is (240,161,146). Sum of RGB (Red+Green+Blue) = 240+161+146=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A192 is #0F5E6D. Grayscale: #B7B7B7. Windows color (decimal): -1007214 or 9609712. OLE color: 9609712.

HSL color Cylindrical-coordinate representation of color #F0A192: hue angle of 9.57º 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 #F0A192 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240161146-
CMYK00.330.390.06
HSL9.57º75.81%75.69%-
HSV(B)9.57º39.17%94.12%-
XYZ53.8746.0933.25-
YUV182.91107.17168.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=43.88%
G=29.43%
B=26.69%

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
Decimal24016114600.330.390.069.5775.8175.69
HexF0A192021276a4c4c
Octal36024122204147612114114
Binary1111000010100001100100100100001100111110101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A192; }

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

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

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

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

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

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

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

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