Html Css Color HEX #F78575 Salmon

📋 copy color: '#F78575'

red 247 ◦ green 133 ◦ blue 117

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

Shades of Salmon #F78575

Tints of Salmon #F78575

RGB

 RED value IS 247 (96.88% from 255) = 49.7%

 GREEN value IS 133 (52.34% from 255) = 26.76%

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

R = 49.7%
G = 26.76%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F78575 (or 0xF78575) is known color: Salmon. HEX triplet: F7, 85 and 75. RGB value is (247,133,117). Sum of RGB (Red+Green+Blue) = 247+133+117=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78575 is #087A8A. Grayscale: #A5A5A5. Windows color (decimal): -555659 or 7702007. OLE color: 7702007.

HSL color Cylindrical-coordinate representation of color #F78575: hue angle of 7.38º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78575 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 133 117 -
CMYK 0 0.46 0.53 0.03
HSL 7.38º 0.89% 0.71% -
HSV(B) 7.38º 0.53% 0.97% -
XYZ 49.96 37.83 21.5 -
YUV 165.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 247 133 117 0 0.46 0.53 0.03 7.38 0.89 0.71
Hex F7 85 75 0 2E 35 3 7 59 47
Octal 367 205 165 0 56 65 3 7 131 107
Binary 11110111 10000101 1110101 0 101110 110101 11 111 1011001 1000111

Color Harmonies of #F78575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78575

Black with #F78575

Text Example


Text Example

White with #F78575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78575; }

 p { color: rgb(247,133,117); }

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

background-color css

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

 a { background-color: rgb(247,133,117); }

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

border-color css

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

 span { border-color: rgb(247,133,117); }

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