#F09986

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

Shades of Tonys Pink #F09986

Tints of Tonys Pink #F09986

Color information

#F09986 (or 0xF09986) is unknown color: approx Tonys Pink. HEX triplet: F0, 99 and 86. RGB value is (240,153,134). Sum of RGB (Red+Green+Blue) = 240+153+134=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F09986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09986 is #0F6679. Grayscale: #B1B1B1. Windows color (decimal): -1009274 or 8821232. OLE color: 8821232.

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

Color convert

RGB240153134-
CMYK00.360.440.06
HSL10.75º77.94%73.33%-
HSV(B)10.75º44.17%94.12%-
XYZ51.6343.0328.14-
YUV176.85103.82173.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=45.54%
G=29.03%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015313400.360.440.0610.7577.9473.33
HexF099860242C6b4e49
Octal36023120604454613116111
Binary1111000010011001100001100100100101100110101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09986; }

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

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

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

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

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

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

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

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