Html Css Color HEX #F57C75 Salmon

📋 copy color: '#F57C75'

red 245 ◦ green 124 ◦ blue 117

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

Shades of Salmon #F57C75

Tints of Salmon #F57C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

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

R = 50.41%
G = 25.51%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F57C75 (or 0xF57C75) is known color: Salmon. HEX triplet: F5, 7C and 75. RGB value is (245,124,117). Sum of RGB (Red+Green+Blue) = 245+124+117=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C75 is #0A838A. Grayscale: #9F9F9F. Windows color (decimal): -689035 or 7699701. OLE color: 7699701.

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

Color convert

RGB 245 124 117 -
CMYK 0 0.49 0.52 0.04
HSL 3.28º 0.86% 0.71% -
HSV(B) 3.28º 0.52% 0.96% -
XYZ 48.07 35.11 21.07 -
YUV 159.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 245 124 117 0 0.49 0.52 0.04 3.28 0.86 0.71
Hex F5 7C 75 0 31 34 4 3 56 47
Octal 365 174 165 0 61 64 4 3 126 107
Binary 11110101 1111100 1110101 0 110001 110100 100 11 1010110 1000111

Color Harmonies of #F57C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C75

Black with #F57C75

Text Example


Text Example

White with #F57C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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