#F09E86

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

Shades of Tonys Pink #F09E86

Tints of Tonys Pink #F09E86

Color information

#F09E86 (or 0xF09E86) is unknown color: approx Tonys Pink. HEX triplet: F0, 9E and 86. RGB value is (240,158,134). Sum of RGB (Red+Green+Blue) = 240+158+134=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09E86 is #0F6179. Grayscale: #B3B3B3. Windows color (decimal): -1007994 or 8822512. OLE color: 8822512.

HSL color Cylindrical-coordinate representation of color #F09E86: hue angle of 13.58º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F09E86 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240158134-
CMYK00.340.440.06
HSL13.58º77.94%73.33%-
HSV(B)13.58º44.17%94.12%-
XYZ52.4744.728.42-
YUV179.78102.17170.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=45.11%
G=29.70%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015813400.340.440.0613.5877.9473.33
HexF09E860222C6e4e49
Octal36023620604254616116111
Binary1111000010011110100001100100010101100110111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09E86; }

 p { color: rgb(240,158,134); }

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

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

 a { background-color: rgb(240,158,134); }

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

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

 span { border-color: rgb(240,158,134); }

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