Html Css Color HEX #F58176 Salmon

📋 copy color: '#F58176'

red 245 ◦ green 129 ◦ blue 118

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

Shades of Salmon #F58176

Tints of Salmon #F58176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 49.8%
G = 26.22%
B = 23.98%

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

#F58176 (or 0xF58176) is known color: Salmon. HEX triplet: F5, 81 and 76. RGB value is (245,129,118). Sum of RGB (Red+Green+Blue) = 245+129+118=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F58176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58176 is #0A7E89. Grayscale: #A2A2A2. Windows color (decimal): -687754 or 7766517. OLE color: 7766517.

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

Color convert

RGB 245 129 118 -
CMYK 0 0.47 0.52 0.04
HSL 5.2º 0.86% 0.71% -
HSV(B) 5.2º 0.52% 0.96% -
XYZ 48.78 36.42 21.6 -
YUV 162.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 245 129 118 0 0.47 0.52 0.04 5.2 0.86 0.71
Hex F5 81 76 0 2F 34 4 5 56 47
Octal 365 201 166 0 57 64 4 5 126 107
Binary 11110101 10000001 1110110 0 101111 110100 100 101 1010110 1000111

Color Harmonies of #F58176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58176

Black with #F58176

Text Example


Text Example

White with #F58176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58176; }

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

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

background-color css

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

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

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

border-color css

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

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

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