Html Css Color HEX #F58175 Salmon

📋 copy color: '#F58175'

red 245 ◦ green 129 ◦ blue 117

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

Shades of Salmon #F58175

Tints of Salmon #F58175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 49.9%
G = 26.27%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58175 (or 0xF58175) is known color: Salmon. HEX triplet: F5, 81 and 75. RGB value is (245,129,117). Sum of RGB (Red+Green+Blue) = 245+129+117=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F58175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58175 is #0A7E8A. Grayscale: #A2A2A2. Windows color (decimal): -687755 or 7700981. OLE color: 7700981.

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

Color convert

RGB 245 129 117 -
CMYK 0 0.47 0.52 0.04
HSL 5.63º 0.86% 0.71% -
HSV(B) 5.63º 0.52% 0.96% -
XYZ 48.72 36.4 21.29 -
YUV 162.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 245 129 117 0 0.47 0.52 0.04 5.63 0.86 0.71
Hex F5 81 75 0 2F 34 4 6 56 47
Octal 365 201 165 0 57 64 4 6 126 107
Binary 11110101 10000001 1110101 0 101111 110100 100 110 1010110 1000111

Color Harmonies of #F58175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58175

Black with #F58175

Text Example


Text Example

White with #F58175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58175; }

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

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

background-color css

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

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

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

border-color css

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

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

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