Html Css Color HEX #F0896A Salmon

📋 copy color: '#F0896A'

red 240 ◦ green 137 ◦ blue 106

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

Shades of Salmon #F0896A

Tints of Salmon #F0896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.95%

R = 49.69%
G = 28.36%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0896A (or 0xF0896A) is known color: Salmon. HEX triplet: F0, 89 and 6A. RGB value is (240,137,106). Sum of RGB (Red+Green+Blue) = 240+137+106=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0896A is #0F7695. Grayscale: #A4A4A4. Windows color (decimal): -1013398 or 6982128. OLE color: 6982128.

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

Color convert

RGB 240 137 106 -
CMYK 0 0.43 0.56 0.06
HSL 13.88º 0.82% 0.68% -
HSV(B) 13.88º 0.56% 0.94% -
XYZ 47.48 37.46 18.36 -
YUV 164.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 240 137 106 0 0.43 0.56 0.06 13.88 0.82 0.68
Hex F0 89 6A 0 2B 38 6 E 52 44
Octal 360 211 152 0 53 70 6 16 122 104
Binary 11110000 10001001 1101010 0 101011 111000 110 1110 1010010 1000100

Color Harmonies of #F0896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0896A

Black with #F0896A

Text Example


Text Example

White with #F0896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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