#F09885

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

Shades of Tonys Pink #F09885

Tints of Tonys Pink #F09885

Color information

#F09885 (or 0xF09885) is unknown color: approx Tonys Pink. HEX triplet: F0, 98 and 85. RGB value is (240,152,133). Sum of RGB (Red+Green+Blue) = 240+152+133=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F09885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09885 is #0F677A. Grayscale: #B0B0B0. Windows color (decimal): -1009531 or 8755440. OLE color: 8755440.

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

Color convert

RGB240152133-
CMYK00.370.450.06
HSL10.65º78.1%73.14%-
HSV(B)10.65º44.58%94.12%-
XYZ51.442.6827.72-
YUV176.15103.65173.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=45.71%
G=28.95%
B=25.33%

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
Decimal24015213300.370.450.0610.6578.173.14
HexF098850252D6b4e49
Octal36023020504555613116111
Binary1111000010011000100001010100101101101110101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09885; }

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

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

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

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

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

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

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

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