Html Css Color HEX #F08970 Salmon

📋 copy color: '#F08970'

red 240 ◦ green 137 ◦ blue 112

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

Shades of Salmon #F08970

Tints of Salmon #F08970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 49.08%
G = 28.02%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08970 (or 0xF08970) is known color: Salmon. HEX triplet: F0, 89 and 70. RGB value is (240,137,112). Sum of RGB (Red+Green+Blue) = 240+137+112=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08970 is #0F768F. Grayscale: #A5A5A5. Windows color (decimal): -1013392 or 7375344. OLE color: 7375344.

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

Color convert

RGB 240 137 112 -
CMYK 0 0.43 0.53 0.06
HSL 11.72º 0.81% 0.69% -
HSV(B) 11.72º 0.53% 0.94% -
XYZ 47.81 37.59 20.06 -
YUV 164.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 240 137 112 0 0.43 0.53 0.06 11.72 0.81 0.69
Hex F0 89 70 0 2B 35 6 C 51 45
Octal 360 211 160 0 53 65 6 14 121 105
Binary 11110000 10001001 1110000 0 101011 110101 110 1100 1010001 1000101

Color Harmonies of #F08970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08970

Black with #F08970

Text Example


Text Example

White with #F08970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08970; }

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

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

background-color css

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

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

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

border-color css

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

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

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