Html Css Color HEX #F58371 Salmon

📋 copy color: '#F58371'

red 245 ◦ green 131 ◦ blue 113

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

Shades of Salmon #F58371

Tints of Salmon #F58371

RGB

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

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

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

R = 50.1%
G = 26.79%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F58371 (or 0xF58371) is known color: Salmon. HEX triplet: F5, 83 and 71. RGB value is (245,131,113). Sum of RGB (Red+Green+Blue) = 245+131+113=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F58371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58371 is #0A7C8E. Grayscale: #A3A3A3. Windows color (decimal): -687247 or 7439349. OLE color: 7439349.

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

Color convert

RGB 245 131 113 -
CMYK 0 0.47 0.54 0.04
HSL 8.18º 0.87% 0.7% -
HSV(B) 8.18º 0.54% 0.96% -
XYZ 48.75 36.84 20.16 -
YUV 163.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 245 131 113 0 0.47 0.54 0.04 8.18 0.87 0.7
Hex F5 83 71 0 2F 36 4 8 57 46
Octal 365 203 161 0 57 66 4 10 127 106
Binary 11110101 10000011 1110001 0 101111 110110 100 1000 1010111 1000110

Color Harmonies of #F58371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58371

Black with #F58371

Text Example


Text Example

White with #F58371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58371; }

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

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

background-color css

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

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

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

border-color css

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

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

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