Html Css Color HEX #F58978 Salmon

📋 copy color: '#F58978'

red 245 ◦ green 137 ◦ blue 120

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

Shades of Salmon #F58978

Tints of Salmon #F58978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.29%

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 48.8%
G = 27.29%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58978 (or 0xF58978) is known color: Salmon. HEX triplet: F5, 89 and 78. RGB value is (245,137,120). Sum of RGB (Red+Green+Blue) = 245+137+120=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F58978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58978 is #0A7687. Grayscale: #A7A7A7. Windows color (decimal): -685704 or 7899637. OLE color: 7899637.

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

Color convert

RGB 245 137 120 -
CMYK 0 0.44 0.51 0.04
HSL 8.16º 0.86% 0.72% -
HSV(B) 8.16º 0.51% 0.96% -
XYZ 49.99 38.66 22.6 -
YUV 167.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 245 137 120 0 0.44 0.51 0.04 8.16 0.86 0.72
Hex F5 89 78 0 2C 33 4 8 56 48
Octal 365 211 170 0 54 63 4 10 126 110
Binary 11110101 10001001 1111000 0 101100 110011 100 1000 1010110 1001000

Color Harmonies of #F58978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58978

Black with #F58978

Text Example


Text Example

White with #F58978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58978; }

 p { color: rgb(245,137,120); }

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

background-color css

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

 a { background-color: rgb(245,137,120); }

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

border-color css

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

 span { border-color: rgb(245,137,120); }

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