Html Css Color HEX #F57D6D Salmon

📋 copy color: '#F57D6D'

red 245 ◦ green 125 ◦ blue 109

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

Shades of Salmon #F57D6D

Tints of Salmon #F57D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 51.15%
G = 26.1%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F57D6D (or 0xF57D6D) is known color: Salmon. HEX triplet: F5, 7D and 6D. RGB value is (245,125,109). Sum of RGB (Red+Green+Blue) = 245+125+109=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D6D is #0A8292. Grayscale: #9F9F9F. Windows color (decimal): -688787 or 7175669. OLE color: 7175669.

HSL color Cylindrical-coordinate representation of color #F57D6D: hue angle of 7.06º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F57D6D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 109 -
CMYK 0 0.49 0.56 0.04
HSL 7.06º 0.87% 0.69% -
HSV(B) 7.06º 0.56% 0.96% -
XYZ 47.75 35.18 18.74 -
YUV 159.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 245 125 109 0 0.49 0.56 0.04 7.06 0.87 0.69
Hex F5 7D 6D 0 31 38 4 7 57 45
Octal 365 175 155 0 61 70 4 7 127 105
Binary 11110101 1111101 1101101 0 110001 111000 100 111 1010111 1000101

Color Harmonies of #F57D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D6D

Black with #F57D6D

Text Example


Text Example

White with #F57D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D6D; }

 p { color: rgb(245,125,109); }

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

background-color css

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

 a { background-color: rgb(245,125,109); }

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

border-color css

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

 span { border-color: rgb(245,125,109); }

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