Html Css Color HEX #F08071 Salmon

📋 copy color: '#F08071'

red 240 ◦ green 128 ◦ blue 113

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

Shades of Salmon #F08071

Tints of Salmon #F08071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 49.9%
G = 26.61%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08071 (or 0xF08071) is known color: Salmon. HEX triplet: F0, 80 and 71. RGB value is (240,128,113). Sum of RGB (Red+Green+Blue) = 240+128+113=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F08071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08071 is #0F7F8E. Grayscale: #9F9F9F. Windows color (decimal): -1015695 or 7438576. OLE color: 7438576.

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

Color convert

RGB 240 128 113 -
CMYK 0 0.47 0.53 0.06
HSL 7.09º 0.81% 0.69% -
HSV(B) 7.09º 0.53% 0.94% -
XYZ 46.63 35.16 19.95 -
YUV 159.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 240 128 113 0 0.47 0.53 0.06 7.09 0.81 0.69
Hex F0 80 71 0 2F 35 6 7 51 45
Octal 360 200 161 0 57 65 6 7 121 105
Binary 11110000 10000000 1110001 0 101111 110101 110 111 1010001 1000101

Color Harmonies of #F08071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08071

Black with #F08071

Text Example


Text Example

White with #F08071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08071; }

 p { color: rgb(240,128,113); }

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

background-color css

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

 a { background-color: rgb(240,128,113); }

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

border-color css

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

 span { border-color: rgb(240,128,113); }

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