Html Css Color HEX #F78078 Salmon

📋 copy color: '#F78078'

red 247 ◦ green 128 ◦ blue 120

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

Shades of Salmon #F78078

Tints of Salmon #F78078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.86%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 49.9%
G = 25.86%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F78078 (or 0xF78078) is known color: Salmon. HEX triplet: F7, 80 and 78. RGB value is (247,128,120). Sum of RGB (Red+Green+Blue) = 247+128+120=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78078 is #087F87. Grayscale: #A2A2A2. Windows color (decimal): -556936 or 7897335. OLE color: 7897335.

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

Color convert

RGB 247 128 120 -
CMYK 0 0.48 0.51 0.03
HSL 3.78º 0.89% 0.72% -
HSV(B) 3.78º 0.51% 0.97% -
XYZ 49.47 36.57 22.22 -
YUV 162.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 247 128 120 0 0.48 0.51 0.03 3.78 0.89 0.72
Hex F7 80 78 0 30 33 3 4 59 48
Octal 367 200 170 0 60 63 3 4 131 110
Binary 11110111 10000000 1111000 0 110000 110011 11 100 1011001 1001000

Color Harmonies of #F78078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78078

Black with #F78078

Text Example


Text Example

White with #F78078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78078; }

 p { color: rgb(247,128,120); }

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

background-color css

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

 a { background-color: rgb(247,128,120); }

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

border-color css

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

 span { border-color: rgb(247,128,120); }

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