Html Css Color HEX #F78168 Salmon

📋 copy color: '#F78168'

red 247 ◦ green 129 ◦ blue 104

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

Shades of Salmon #F78168

Tints of Salmon #F78168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 51.46%
G = 26.88%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F78168 (or 0xF78168) is known color: Salmon. HEX triplet: F7, 81 and 68. RGB value is (247,129,104). Sum of RGB (Red+Green+Blue) = 247+129+104=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F78168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78168 is #087E97. Grayscale: #A1A1A1. Windows color (decimal): -556696 or 6849015. OLE color: 6849015.

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

Color convert

RGB 247 129 104 -
CMYK 0 0.48 0.58 0.03
HSL 10.49º 0.9% 0.69% -
HSV(B) 10.49º 0.58% 0.97% -
XYZ 48.71 36.47 17.57 -
YUV 161.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 247 129 104 0 0.48 0.58 0.03 10.49 0.9 0.69
Hex F7 81 68 0 30 3A 3 A 5A 45
Octal 367 201 150 0 60 72 3 12 132 105
Binary 11110111 10000001 1101000 0 110000 111010 11 1010 1011010 1000101

Color Harmonies of #F78168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78168

Black with #F78168

Text Example


Text Example

White with #F78168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78168; }

 p { color: rgb(247,129,104); }

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

background-color css

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

 a { background-color: rgb(247,129,104); }

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

border-color css

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

 span { border-color: rgb(247,129,104); }

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