Html Css Color HEX #F58079 Salmon

📋 copy color: '#F58079'

red 245 ◦ green 128 ◦ blue 121

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

Shades of Salmon #F58079

Tints of Salmon #F58079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 49.6%
G = 25.91%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58079 (or 0xF58079) is known color: Salmon. HEX triplet: F5, 80 and 79. RGB value is (245,128,121). Sum of RGB (Red+Green+Blue) = 245+128+121=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58079 is #0A7F86. Grayscale: #A2A2A2. Windows color (decimal): -688007 or 7962869. OLE color: 7962869.

HSL color Cylindrical-coordinate representation of color #F58079: hue angle of 3.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F58079 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 121 -
CMYK 0 0.48 0.51 0.04
HSL 3.39º 0.86% 0.72% -
HSV(B) 3.39º 0.51% 0.96% -
XYZ 48.83 36.23 22.51 -
YUV 162.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 245 128 121 0 0.48 0.51 0.04 3.39 0.86 0.72
Hex F5 80 79 0 30 33 4 3 56 48
Octal 365 200 171 0 60 63 4 3 126 110
Binary 11110101 10000000 1111001 0 110000 110011 100 11 1010110 1001000

Color Harmonies of #F58079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58079

Black with #F58079

Text Example


Text Example

White with #F58079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58079; }

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

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

background-color css

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

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

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

border-color css

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

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

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