Html Css Color HEX #F78770 Salmon

📋 copy color: '#F78770'

red 247 ◦ green 135 ◦ blue 112

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

Shades of Salmon #F78770

Tints of Salmon #F78770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 50%
G = 27.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F78770 (or 0xF78770) is known color: Salmon. HEX triplet: F7, 87 and 70. RGB value is (247,135,112). Sum of RGB (Red+Green+Blue) = 247+135+112=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F78770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78770 is #08788F. Grayscale: #A6A6A6. Windows color (decimal): -555152 or 7374839. OLE color: 7374839.

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

Color convert

RGB 247 135 112 -
CMYK 0 0.45 0.55 0.03
HSL 10.22º 0.89% 0.7% -
HSV(B) 10.22º 0.55% 0.97% -
XYZ 49.95 38.27 20.08 -
YUV 165.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 247 135 112 0 0.45 0.55 0.03 10.22 0.89 0.7
Hex F7 87 70 0 2D 37 3 A 59 46
Octal 367 207 160 0 55 67 3 12 131 106
Binary 11110111 10000111 1110000 0 101101 110111 11 1010 1011001 1000110

Color Harmonies of #F78770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78770

Black with #F78770

Text Example


Text Example

White with #F78770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78770; }

 p { color: rgb(247,135,112); }

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

background-color css

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

 a { background-color: rgb(247,135,112); }

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

border-color css

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

 span { border-color: rgb(247,135,112); }

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