#F09685

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

Shades of Tonys Pink #F09685

Tints of Tonys Pink #F09685

Color information

#F09685 (or 0xF09685) is unknown color: approx Tonys Pink. HEX triplet: F0, 96 and 85. RGB value is (240,150,133). Sum of RGB (Red+Green+Blue) = 240+150+133=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F09685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09685 is #0F697A. Grayscale: #AFAFAF. Windows color (decimal): -1010043 or 8754928. OLE color: 8754928.

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

Color convert

RGB240150133-
CMYK00.370.450.06
HSL9.53º78.1%73.14%-
HSV(B)9.53º44.58%94.12%-
XYZ51.0842.0327.61-
YUV174.97104.32174.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=45.89%
G=28.68%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015013300.370.450.069.5378.173.14
HexF096850252D6a4e49
Octal36022620504555612116111
Binary1111000010010110100001010100101101101110101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09685; }

 p { color: rgb(240,150,133); }

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

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

 a { background-color: rgb(240,150,133); }

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

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

 span { border-color: rgb(240,150,133); }

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