Html Css Color HEX #F0786A Salmon

📋 copy color: '#F0786A'

red 240 ◦ green 120 ◦ blue 106

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

Shades of Salmon #F0786A

Tints of Salmon #F0786A

RGB

 RED value IS 240 (94.14% from 255) = 51.5%

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 51.5%
G = 25.75%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0786A (or 0xF0786A) is known color: Salmon. HEX triplet: F0, 78 and 6A. RGB value is (240,120,106). Sum of RGB (Red+Green+Blue) = 240+120+106=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786A is #0F8795. Grayscale: #9A9A9A. Windows color (decimal): -1017750 or 6977776. OLE color: 6977776.

HSL color Cylindrical-coordinate representation of color #F0786A: hue angle of 6.27º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0786A is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 106 -
CMYK 0 0.5 0.56 0.06
HSL 6.27º 0.82% 0.68% -
HSV(B) 6.27º 0.56% 0.94% -
XYZ 45.25 33 17.62 -
YUV 154.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 240 120 106 0 0.5 0.56 0.06 6.27 0.82 0.68
Hex F0 78 6A 0 32 38 6 6 52 44
Octal 360 170 152 0 62 70 6 6 122 104
Binary 11110000 1111000 1101010 0 110010 111000 110 110 1010010 1000100

Color Harmonies of #F0786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0786A

Black with #F0786A

Text Example


Text Example

White with #F0786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0786A; }

 p { color: rgb(240,120,106); }

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

background-color css

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

 a { background-color: rgb(240,120,106); }

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

border-color css

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

 span { border-color: rgb(240,120,106); }

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