Html Css Color HEX #F0896F Salmon

📋 copy color: '#F0896F'

red 240 ◦ green 137 ◦ blue 111

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

Shades of Salmon #F0896F

Tints of Salmon #F0896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.07%

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 49.18%
G = 28.07%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0896F (or 0xF0896F) is known color: Salmon. HEX triplet: F0, 89 and 6F. RGB value is (240,137,111). Sum of RGB (Red+Green+Blue) = 240+137+111=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0896F is #0F7690. Grayscale: #A5A5A5. Windows color (decimal): -1013393 or 7309808. OLE color: 7309808.

HSL color Cylindrical-coordinate representation of color #F0896F: hue angle of 12.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0896F is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 111 -
CMYK 0 0.43 0.54 0.06
HSL 12.09º 0.81% 0.69% -
HSV(B) 12.09º 0.54% 0.94% -
XYZ 47.75 37.56 19.77 -
YUV 164.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 240 137 111 0 0.43 0.54 0.06 12.09 0.81 0.69
Hex F0 89 6F 0 2B 36 6 C 51 45
Octal 360 211 157 0 53 66 6 14 121 105
Binary 11110000 10001001 1101111 0 101011 110110 110 1100 1010001 1000101

Color Harmonies of #F0896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0896F

Black with #F0896F

Text Example


Text Example

White with #F0896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0896F; }

 p { color: rgb(240,137,111); }

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

background-color css

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

 a { background-color: rgb(240,137,111); }

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

border-color css

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

 span { border-color: rgb(240,137,111); }

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