Html Css Color HEX #F68165 Salmon

📋 copy color: '#F68165'

red 246 ◦ green 129 ◦ blue 101

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

Shades of Salmon #F68165

Tints of Salmon #F68165

RGB

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

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

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

R = 51.68%
G = 27.1%
B = 21.22%

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

#F68165 (or 0xF68165) is known color: Salmon. HEX triplet: F6, 81 and 65. RGB value is (246,129,101). Sum of RGB (Red+Green+Blue) = 246+129+101=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F68165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68165 is #097E9A. Grayscale: #A1A1A1. Windows color (decimal): -622235 or 6652406. OLE color: 6652406.

HSL color Cylindrical-coordinate representation of color #F68165: hue angle of 11.59º 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 #F68165 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 101 -
CMYK 0 0.48 0.59 0.04
HSL 11.59º 0.89% 0.68% -
HSV(B) 11.59º 0.59% 0.96% -
XYZ 48.21 36.23 16.76 -
YUV 160.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 246 129 101 0 0.48 0.59 0.04 11.59 0.89 0.68
Hex F6 81 65 0 30 3B 4 C 59 44
Octal 366 201 145 0 60 73 4 14 131 104
Binary 11110110 10000001 1100101 0 110000 111011 100 1100 1011001 1000100

Color Harmonies of #F68165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68165

Black with #F68165

Text Example


Text Example

White with #F68165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68165; }

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

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

background-color css

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

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

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

border-color css

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

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

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