Html Css Color HEX #F58178 Salmon

📋 copy color: '#F58178'

red 245 ◦ green 129 ◦ blue 120

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

Shades of Salmon #F58178

Tints of Salmon #F58178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.11%

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

R = 49.6%
G = 26.11%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58178 (or 0xF58178) is known color: Salmon. HEX triplet: F5, 81 and 78. RGB value is (245,129,120). Sum of RGB (Red+Green+Blue) = 245+129+120=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58178 is #0A7E87. Grayscale: #A2A2A2. Windows color (decimal): -687752 or 7897589. OLE color: 7897589.

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

Color convert

RGB 245 129 120 -
CMYK 0 0.47 0.51 0.04
HSL 4.32º 0.86% 0.72% -
HSV(B) 4.32º 0.51% 0.96% -
XYZ 48.9 36.47 22.23 -
YUV 162.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 245 129 120 0 0.47 0.51 0.04 4.32 0.86 0.72
Hex F5 81 78 0 2F 33 4 4 56 48
Octal 365 201 170 0 57 63 4 4 126 110
Binary 11110101 10000001 1111000 0 101111 110011 100 100 1010110 1001000

Color Harmonies of #F58178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58178

Black with #F58178

Text Example


Text Example

White with #F58178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58178; }

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

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

background-color css

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

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

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

border-color css

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

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

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