Html Css Color HEX #F08075 Salmon

📋 copy color: '#F08075'

red 240 ◦ green 128 ◦ blue 117

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

Shades of Salmon #F08075

Tints of Salmon #F08075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 49.48%
G = 26.39%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F08075 (or 0xF08075) is known color: Salmon. HEX triplet: F0, 80 and 75. RGB value is (240,128,117). Sum of RGB (Red+Green+Blue) = 240+128+117=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08075 is #0F7F8A. Grayscale: #A0A0A0. Windows color (decimal): -1015691 or 7700720. OLE color: 7700720.

HSL color Cylindrical-coordinate representation of color #F08075: hue angle of 5.37º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08075 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 117 -
CMYK 0 0.47 0.51 0.06
HSL 5.37º 0.8% 0.7% -
HSV(B) 5.37º 0.51% 0.94% -
XYZ 46.87 35.25 21.16 -
YUV 160.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 240 128 117 0 0.47 0.51 0.06 5.37 0.8 0.7
Hex F0 80 75 0 2F 33 6 5 50 46
Octal 360 200 165 0 57 63 6 5 120 106
Binary 11110000 10000000 1110101 0 101111 110011 110 101 1010000 1000110

Color Harmonies of #F08075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08075

Black with #F08075

Text Example


Text Example

White with #F08075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08075; }

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

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

background-color css

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

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

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

border-color css

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

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

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