Html Css Color HEX #F58071 Salmon

📋 copy color: '#F58071'

red 245 ◦ green 128 ◦ blue 113

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

Shades of Salmon #F58071

Tints of Salmon #F58071

RGB

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

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

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

R = 50.41%
G = 26.34%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F58071 (or 0xF58071) is known color: Salmon. HEX triplet: F5, 80 and 71. RGB value is (245,128,113). Sum of RGB (Red+Green+Blue) = 245+128+113=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F58071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58071 is #0A7F8E. Grayscale: #A1A1A1. Windows color (decimal): -688015 or 7438581. OLE color: 7438581.

HSL color Cylindrical-coordinate representation of color #F58071: hue angle of 6.82º 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 #F58071 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 113 -
CMYK 0 0.48 0.54 0.04
HSL 6.82º 0.87% 0.7% -
HSV(B) 6.82º 0.54% 0.96% -
XYZ 48.36 36.04 20.03 -
YUV 161.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 245 128 113 0 0.48 0.54 0.04 6.82 0.87 0.7
Hex F5 80 71 0 30 36 4 7 57 46
Octal 365 200 161 0 60 66 4 7 127 106
Binary 11110101 10000000 1110001 0 110000 110110 100 111 1010111 1000110

Color Harmonies of #F58071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58071

Black with #F58071

Text Example


Text Example

White with #F58071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58071; }

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

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

background-color css

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

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

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

border-color css

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

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

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