Html Css Color HEX #F09F86 Tonys Pink

📋 copy color: '#F09F86'

red 240 ◦ green 159 ◦ blue 134

#F09F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tonys Pink #F09F86

Tints of Tonys Pink #F09F86

RGB

 RED value IS 240 (94.14% from 255) = 45.03%

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 134 (52.73% from 255) = 25.14%

R = 45.03%
G = 29.83%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F09F86 (or 0xF09F86) is known color: Tonys Pink. HEX triplet: F0, 9F and 86. RGB value is (240,159,134). Sum of RGB (Red+Green+Blue) = 240+159+134=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09F86 is #0F6079. Grayscale: #B4B4B4. Windows color (decimal): -1007738 or 8822768. OLE color: 8822768.

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

Color convert

RGB 240 159 134 -
CMYK 0 0.34 0.44 0.06
HSL 14.15º 0.78% 0.73% -
HSV(B) 14.15º 0.44% 0.94% -
XYZ 52.64 45.04 28.47 -
YUV 180.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 240 159 134 0 0.34 0.44 0.06 14.15 0.78 0.73
Hex F0 9F 86 0 22 2C 6 E 4E 49
Octal 360 237 206 0 42 54 6 16 116 111
Binary 11110000 10011111 10000110 0 100010 101100 110 1110 1001110 1001001

Color Harmonies of #F09F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F86

Black with #F09F86

Text Example


Text Example

White with #F09F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F86; }

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

 H1.HeaderClassName
 {
   color: #F09F86;
 }
 .AnyTagClassName
 {
   color: #F09F86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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