Html Css Color HEX #F78571 Salmon

📋 copy color: '#F78571'

red 247 ◦ green 133 ◦ blue 113

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

Shades of Salmon #F78571

Tints of Salmon #F78571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 50.1%
G = 26.98%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F78571 (or 0xF78571) is known color: Salmon. HEX triplet: F7, 85 and 71. RGB value is (247,133,113). Sum of RGB (Red+Green+Blue) = 247+133+113=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78571 is #087A8E. Grayscale: #A5A5A5. Windows color (decimal): -555663 or 7439863. OLE color: 7439863.

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

Color convert

RGB 247 133 113 -
CMYK 0 0.46 0.54 0.03
HSL 8.96º 0.89% 0.71% -
HSV(B) 8.96º 0.54% 0.97% -
XYZ 49.73 37.74 20.29 -
YUV 164.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 247 133 113 0 0.46 0.54 0.03 8.96 0.89 0.71
Hex F7 85 71 0 2E 36 3 9 59 47
Octal 367 205 161 0 56 66 3 11 131 107
Binary 11110111 10000101 1110001 0 101110 110110 11 1001 1011001 1000111

Color Harmonies of #F78571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78571

Black with #F78571

Text Example


Text Example

White with #F78571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78571; }

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

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

background-color css

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

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

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

border-color css

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

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

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