Html Css Color HEX #F68065 Salmon

📋 copy color: '#F68065'

red 246 ◦ green 128 ◦ blue 101

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

Shades of Salmon #F68065

Tints of Salmon #F68065

RGB

 RED value IS 246 (96.48% from 255) = 51.79%

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

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 51.79%
G = 26.95%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68065 (or 0xF68065) is known color: Salmon. HEX triplet: F6, 80 and 65. RGB value is (246,128,101). Sum of RGB (Red+Green+Blue) = 246+128+101=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F68065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68065 is #097F9A. Grayscale: #A0A0A0. Windows color (decimal): -622491 or 6652150. OLE color: 6652150.

HSL color Cylindrical-coordinate representation of color #F68065: hue angle of 11.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68065 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 101 -
CMYK 0 0.48 0.59 0.04
HSL 11.17º 0.89% 0.68% -
HSV(B) 11.17º 0.59% 0.96% -
XYZ 48.07 35.97 16.72 -
YUV 160.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 246 128 101 0 0.48 0.59 0.04 11.17 0.89 0.68
Hex F6 80 65 0 30 3B 4 B 59 44
Octal 366 200 145 0 60 73 4 13 131 104
Binary 11110110 10000000 1100101 0 110000 111011 100 1011 1011001 1000100

Color Harmonies of #F68065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68065

Black with #F68065

Text Example


Text Example

White with #F68065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68065; }

 p { color: rgb(246,128,101); }

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

background-color css

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

 a { background-color: rgb(246,128,101); }

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

border-color css

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

 span { border-color: rgb(246,128,101); }

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