Html Css Color HEX #F58073 Salmon

📋 copy color: '#F58073'

red 245 ◦ green 128 ◦ blue 115

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

Shades of Salmon #F58073

Tints of Salmon #F58073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 50.2%
G = 26.23%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58073 (or 0xF58073) is known color: Salmon. HEX triplet: F5, 80 and 73. RGB value is (245,128,115). Sum of RGB (Red+Green+Blue) = 245+128+115=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F58073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58073 is #0A7F8C. Grayscale: #A1A1A1. Windows color (decimal): -688013 or 7569653. OLE color: 7569653.

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

Color convert

RGB 245 128 115 -
CMYK 0 0.48 0.53 0.04
HSL 0.87% 0.71% -
HSV(B) 0.53% 0.96% -
XYZ 48.47 36.09 20.63 -
YUV 161.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 245 128 115 0 0.48 0.53 0.04 6 0.87 0.71
Hex F5 80 73 0 30 35 4 6 57 47
Octal 365 200 163 0 60 65 4 6 127 107
Binary 11110101 10000000 1110011 0 110000 110101 100 110 1010111 1000111

Color Harmonies of #F58073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58073

Black with #F58073

Text Example


Text Example

White with #F58073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58073; }

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

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

background-color css

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

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

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

border-color css

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

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

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