#F0A693

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

Shades of Tonys Pink #F0A693

Tints of Tonys Pink #F0A693

Color information

#F0A693 (or 0xF0A693) is unknown color: approx Tonys Pink. HEX triplet: F0, A6 and 93. RGB value is (240,166,147). Sum of RGB (Red+Green+Blue) = 240+166+147=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A693 is #0F596C. Grayscale: #BABABA. Windows color (decimal): -1005933 or 9676528. OLE color: 9676528.

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

Color convert

RGB240166147-
CMYK00.310.390.06
HSL12.26º75.61%75.88%-
HSV(B)12.26º38.75%94.12%-
XYZ54.8447.933.96-
YUV185.96106.02166.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 26.58%
R=43.40%
G=30.02%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016614700.310.390.0612.2675.6175.88
HexF0A69301F276c4c4c
Octal36024622303747614114114
Binary111100001010011010010011011111100111110110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A693; }

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

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

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

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

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

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

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

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