Html Css Color HEX #F58374 Salmon

📋 copy color: '#F58374'

red 245 ◦ green 131 ◦ blue 116

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

Shades of Salmon #F58374

Tints of Salmon #F58374

RGB

 RED value IS 245 (96.09% from 255) = 49.8%

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 49.8%
G = 26.63%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58374 (or 0xF58374) is known color: Salmon. HEX triplet: F5, 83 and 74. RGB value is (245,131,116). Sum of RGB (Red+Green+Blue) = 245+131+116=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F58374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58374 is #0A7C8B. Grayscale: #A3A3A3. Windows color (decimal): -687244 or 7635957. OLE color: 7635957.

HSL color Cylindrical-coordinate representation of color #F58374: hue angle of 6.98º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58374 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 116 -
CMYK 0 0.47 0.53 0.04
HSL 6.98º 0.87% 0.71% -
HSV(B) 6.98º 0.53% 0.96% -
XYZ 48.92 36.91 21.07 -
YUV 163.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 245 131 116 0 0.47 0.53 0.04 6.98 0.87 0.71
Hex F5 83 74 0 2F 35 4 7 57 47
Octal 365 203 164 0 57 65 4 7 127 107
Binary 11110101 10000011 1110100 0 101111 110101 100 111 1010111 1000111

Color Harmonies of #F58374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58374

Black with #F58374

Text Example


Text Example

White with #F58374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58374; }

 p { color: rgb(245,131,116); }

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

background-color css

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

 a { background-color: rgb(245,131,116); }

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

border-color css

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

 span { border-color: rgb(245,131,116); }

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