Html Css Color HEX #F08375 Salmon

📋 copy color: '#F08375'

red 240 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F08375

Tints of Salmon #F08375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 49.18%
G = 26.84%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F08375 (or 0xF08375) is known color: Salmon. HEX triplet: F0, 83 and 75. RGB value is (240,131,117). Sum of RGB (Red+Green+Blue) = 240+131+117=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08375 is #0F7C8A. Grayscale: #A2A2A2. Windows color (decimal): -1014923 or 7701488. OLE color: 7701488.

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

Color convert

RGB 240 131 117 -
CMYK 0 0.45 0.51 0.06
HSL 6.83º 0.8% 0.7% -
HSV(B) 6.83º 0.51% 0.94% -
XYZ 47.26 36.04 21.3 -
YUV 162 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 240 131 117 0 0.45 0.51 0.06 6.83 0.8 0.7
Hex F0 83 75 0 2D 33 6 7 50 46
Octal 360 203 165 0 55 63 6 7 120 106
Binary 11110000 10000011 1110101 0 101101 110011 110 111 1010000 1000110

Color Harmonies of #F08375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08375

Black with #F08375

Text Example


Text Example

White with #F08375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08375; }

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

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

background-color css

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

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

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

border-color css

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

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

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